Lukas Winkel
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
コメント
Lukas Winkelによる最近のアクティビティ-
Thank you for the reply, I will look into the callback!
-
Hi Maliheh,thank you for the fast answer, the solution approach with the SolutionLimit set to 1 is perfectly feasible for my use case. Also thank you for explaining the problems with callbacks!Best...
-
Thanks!
-
Thank you for the fast reply, Jaromil!Updating Gurobi is a good idea. Curiously, the version was not the problem, but a parameter change I forgot about was the issue.While we are at it, do you mayb...
-
Example 1:QP: https://seafile.rlp.net/f/7b9ccb57b96847bea7c9/Log: Gurobi Optimizer version 9.0.2 build v9.0.2rc0 (linux64)Optimize a model with 500 rows, 250 columns and 29984 nonzerosModel fingerp...
-
Hi Sonja,sure, the code: from gurobipy import * m = Model("qp") throws: NameError: name 'Model' is not defined When using: from gurobipy import * print(dir(gurobipy)) to print the directo...