Sophieke van Luenen

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

Posts

Recent activity by Sophieke van Luenen Recent activity Votes
  • Adding 'assumed' variable values

    Awaiting user input

    Hi! For a test I created the following code in Gurobi 12.0.3: m = gp.Model("name") s1 = m.addVar(vtype=GRB.BINARY) s2 = m.addVar(vtype=GRB.BINARY) m.update() s1.Start = 0 ...