Roger Creus
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
Posts
Recent activity by Roger Creus-
Sum of all PWL in objective function (Python gurobi)
AnsweredHello everybody, So I am solving a LP problem which objective function consists of only PWL functions ( added with model.setPWLObj() ). Now I would like to add a constraint such that the sum of a...
-
Piece-wise Linear multi objective (Python-gurobi)
AnsweredHello everybody, So I am solving a LP model where I use the model.setPWLObj() function to maximize the sum of all the pwl approximations of my variables. (Actually, there is no variable that does ...
-
Constraint: Sum of all variables to be equal to a given value
AnsweredHello everybody, I wonder if someone can give me an intuiton on how to define in R the constraint that sets: sum(all variables x_i) = B Where B is a know numeric value and the model's only variabl...
-
Signomial terms in objective function
AnsweredHello everybody, I am using gurobi in the YALMIP optimization framework in Matlab. I have an optimization problem of 28 variables (x is a vector of length 28) that looks like this: curve = (x ./...