Maryam Azani
- 合計アクティビティ 16
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 8
投稿
Maryam Azaniによる最近のアクティビティ-
Replace automatic naming in model.addConstrs
回答済みHi, I am trying to code the constraint names based on iterations and a condition which should replace the name automatically created by Gurobi. However, the naming does not replace the automatic na...
-
objective function with nested sum
ユーザーの入力を待っています。I have an objective function with multiple operations for which I tried nesting with help of quicksum (below): X, I, Y, and B are model variables I have tried the following code which works but th...
-
conditional constraint in Gurobi
回答済みI am trying to model a conditional constraint in Guuobi python: if a>= b then c == 1, otherwise c == 0 a and c are both model variables and c is binary [assume a = I, b = safetystock, and c = X] I ...