Musa Dursun
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Musa Dursunによる最近のアクティビティ-
Adding Constraint
回答済みHow can I write code for this constraint ? Xtk >= Xpk, all t and k, p is from t to last range. I mean; for t in range 3 X11 >= X12 X11 >= X22 X11 >= X32 X21 >= X22 X21 >= X32 X31 >= X32
-
Adding Constraint
回答済みHello, I would like to add new constraint to my model but no success. The constraint Xlt + Xkt = 0, YPYN in code," means that there is a sublist for each book and these books cannot be placed at th...
-
Objective code for summation
回答済みI am beginner for gurobi and trying to use via python. I couldn't write a code for this summation. Would you please help me? ∑∑ t * Xkt. t and k are indices. Xkt is a binary decision variable.t i...