Michael Hölscher

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 5
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 2

アクティビティの概要

Michael Hölscherさんの最近のアクティビティ
  • Michael Hölscherさんが投稿を作成しました:

    Setting bound for variable slows down computation time?

    回答済み

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

  • Michael Hölscherさんがコメントを作成しました:

    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さんが投稿を作成しました:

    SetObjectiveN() both tolerances required?

    回答済み

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