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

Activity overview

Latest activity by Maide Ceren Kaymaz
  • Maide Ceren Kaymaz created a post,

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

  • Maide Ceren Kaymaz commented,

    Hi Matthias, Matthias Miltenberger thank you for your answer. Is there a way to set tuple indices while adding in a constraint instead of defining as a variable? I'd like to define this variable as...

  • Maide Ceren Kaymaz created a post,

    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