
Lennart Lahrs
-
Gurobi Staff
- 合計アクティビティ 101
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 73
アクティビティの概要
Lennart Lahrsさんの最近のアクティビティ-
Lennart Lahrsさんがコメントを作成しました:
For the public record, Gurobi version 12.0.1 solved the issue Leonard faced with this model and relates to "Fixed bug in implicitly handling lower bounds in cone constraints that can lead to sub-op...
-
Lennart Lahrsさんがコメントを作成しました:
Thanks, Leonard, for posting your observations here! I created a support ticket so we can investigate the model files.
-
Lennart Lahrsさんがコメントを作成しました:
Our recent release Gurobi Optimizer 12.0 has some improvements in this area which may help here. Specifically, status, best objective value, best bound, mip gap, simplex iteration count, explored a...
-
Lennart Lahrsさんがコメントを作成しました:
Both ObjNRelTol and ObjNAbsTol are considered by MIPs, while for pure LPs only ObjNAbsTol is considered and handled differently. The page Working With Multiple Objectives is another good reference ...
-
Lennart Lahrsさんがコメントを作成しました:
Correct, this method is referred to as epsilon constraint method.
-
Lennart Lahrsさんがコメントを作成しました:
Hi Arun,When using hierarchical multi-objective with two objectives, by default you will receive only a single solution which is optimal with respect to the highest priority objective and also opti...
-
Lennart Lahrsさんがコメントを作成しました:
Hi Margi, The Gurobi log outputs the number of continuous, integer, and binary variables.Note that any binary variable is also considered an integer variable. E.g.: Optimize a model with 0 rows, 3 ...
-
Lennart Lahrsさんがコメントを作成しました:
I suggest, yes. You could also try more aggressive Cuts settings, which might help to come to a conclusion more quickly.
-
Lennart Lahrsさんがコメントを作成しました:
Hi Andrew, I recommend you experiment with MIPFocus, Heuristics, and NoRelHeurTime. With MIPFocus and Heuristics, you can direct Gurobi to prioritize finding feasible solutions. Although your model...
-
Lennart Lahrsさんがコメントを作成しました:
Hi Koustav, Unfortunately, I was not able to reproduce the error. Can you please share which gurobipy and Python version you are using? Did you already add any other code to the code snippet above?...