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

Activity overview

Latest activity by Sophieke van Luenen
  • Sophieke van Luenen commented,

    Hi Ryuta, thanks for the reply! The larger problem that I am modelling is about a grid of tiles which may be covered or not covered, according to a number of constraints. I successfully modeled all...

  • Sophieke van Luenen created a post,

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