Michael Hölscher
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
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...
-
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 ...