Michael Hölscher

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by Michael Hölscher Recent activity Votes
  • Setting bound for variable slows down computation time?

    Answered

    I 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...

  • SetObjectiveN() both tolerances required?

    Answered

    If 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 ...