Mike Lang
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
Posts
Recent activity by Mike Lang-
Overhead of adding lazy constraints via callback in Python
AnsweredDear all, I am adding cuts to a MILP via lazy constraints with model.cbLazy() in a callback routine at where == GRB.Callback.MIPSOL I am looking at the time it takes to add the lazy constraints ...
-
Callback on MIPNODE is late or slow
AnsweredDear community, I am working on solving a large MIP with user callbacks. In one of the callbacks, I query if where == GRB.Callback.MIPNODE: and then add heuristic solutions via model.cbSetSolution...
-
MIP start takes very long to process
AnsweredDear community, I have a large MIP (solve with a Benders-Decomp / callbacks) for which I know several feasible solutions, the best of which I provide to the model as a MIP start. the MIP start inc...
-
Reducing MILP solution time
AnsweredDear community, I am working with a MILP with a significant number of (binary) decision variables and where Gurobi takes very long to reduce the MipGap and struggles to get to an optimal solution....