Daniel Palmarin
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
投稿
Daniel Palmarinによる最近のアクティビティ-
Display LP filename instead of "Model fingerprint".
I just upgraded to Gurobi 9.0.0 from 8.1.1. In Gurobi 8.1.1, my gurobi.log dispalyed something like: Gurobi 8.1.1 (win64, Python) logging started 11/09/19 16:05:03 Academic license - for non-comm...
-
Termination Criteria when Incumbent and MIPGap are both " - "
回答済みI've read that Gurobi terminates when MIPGap is less than 0.01%. What if MIPGap is "-"? I'm trying to speed up this optimization (see Gurobi log below - sorry for the length of it). I'd prefer not ...
-
Organizing model.printAttr('x') output.
回答済みI'm reading in a model and I wish to see the non-zero solutions with: model.printAttr('x') This gives me the code below, which is great, but for models with many more solutions, I'd like it to be m...