Musa Dursun
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Musa Dursun-
Adding Constraint
AnsweredHow 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
AnsweredHello, 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
AnsweredI 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...