Qiru MA
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 2
投稿
Qiru MAによる最近のアクティビティ-
Adding conditional constraints to the model
回答済みI have trouble with implementing the conditional constraint: # when E_i[i] == m, we want to let G_i_m[i, m] == 1# when E_i[i] != m, we want to let G_i_m[i, m] == 0 I got this error: gurobipy.Gurobi...
-
Got error when using the variable as the index for accessing another new variable
回答済みIt seems that I use the variable as the index for accessing another new variable. But I don't know how to solve it. Thanks for your help. import gurobipy as gbMODEL = gb.Model()e1 = MODEL.addVar(vt...