Jonas Saupe
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Posts
Recent activity by Jonas Saupe-
Code under "if where == GRB.Callback.MIPSOL" is executed, but solution count is 0
AnsweredHello, I am experiencing a very strange behavior of Gurobi when solving a model using a callback function. I can tell that a feasible solution has been found, as there is a console output that is o...
-
Can new variables be added in a callback function?
AnsweredHello, I am trying to solve the RCPSP using the lazy constraints feature of Gurobi (model is coded in Python). In the chosen formulation, disjunctive precedence constraints are used to resolve reso...