Michael Hölscher
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Michael Hölscher-
Michael Hölscher created a post,
Setting bound for variable slows down computation time?
AnsweredI noticed that Gurobi needs more time to solve if i set an upper bound for a variable instead of using GRB.Infinity. I thought it would "help" the solver to set the tightest possible bound for vari...
-
Michael Hölscher commented,
Thanks for the quick reply. But isnt that restricting the objective to the optimal value that has been found, if I set the absolute tolerance to basically zero (even if i have for example 0.2 for t...
-
Michael Hölscher created a post,
SetObjectiveN() both tolerances required?
AnsweredIf I implement a multiobjective model (in Gurobi 10.0.2) in the C# API and use the SetObjectiveN() for the different objectives, I would like to set the reltol parameter to 0.2, but I get an error ...