Sophieke van Luenen
- 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-
Adding 'assumed' variable values
Awaiting user inputHi! 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 ...