Maide Ceren Kaymaz

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by Maide Ceren Kaymaz Recent activity Votes
  • KeyError: 0e

    Answered

    Hello, I define the binary variables x and y as follows:y = g.addVars(10, 5, GRB.BINARY, name='y_tl')x = g.addVars(10, GRB.BINARY, name='x_l') Here is the constraint I'd like to define: and the for...

  • Decision variable indices as a tuple or a list

    Answered

    Hello, how can I set an indices as a tuple or a list for a continuous variable in a constraint (in Python)?Here Pr,l demonstrates a list with 2 dimensions