Musa Dursun

  • Gurobi-versary
  • First Question
  • Conversationalist
  • Total activity 12
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Posts

Recent activity by Musa Dursun Recent activity Votes
  • Adding Constraint

    Answered

    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

    Answered

    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

    Answered

    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...