Kirk Pinneo
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Kirk Pinneo-
Best way to extend the timelimit
AnsweredIf I set a 10 minute timelimit and an optimal solution is found in the callback, what is the best way to extend the timelimit back to the original 10 minutes. 1. Is there a way in the callback 2. ...
-
Setting params in the Callback
AnsweredUp until version 9.0, I was able to set params in the callback. model.set(GRB.DoubleParam.Cutoff, value) I am no longer able to do this?