Roger Creus
- 合計アクティビティ 13
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 4
投稿
Roger Creusによる最近のアクティビティ-
Sum of all PWL in objective function (Python gurobi)
回答済みHello 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)
回答済みHello 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
回答済みHello 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
回答済みHello 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 ./...