Robert Hildebrand
- 合計アクティビティ 24
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 6
投稿
Robert Hildebrandによる最近のアクティビティ-
When I relax a constraint, Gurobi finds a better dual bound faster. How can I use this?
回答済みI'm solving a large MILP. I have a good solution (z = 2.05), and Gurobi is having a hard time proving a good upper bound on the problem. The best upper bound it can find is about z <= 3.6. H...
-
Testing cutting planes from tableau
回答済みI'd like to be able to test the performance of cut generating functions that require access to the rows in the tableau. Is there a way to recover the tableau of the LP relaxation? Most important...