Marius Roland
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
Marius Rolandによる最近のアクティビティ-
Hello Riley, Thanks a lot for your comment. Unfortunately setting NodeLimit=1 and then re-optimizing with NodeLimit=float("infinity") does not work for me. Marius
-
This is the callback function I use: def cb_covering(model, where): if where == GRB.Callback.MIPNODE: node_count = model.cbGet(GRB.Callback.MIPNODE_NODCNT) condition = (node_count...
-
Hello David, Thanks for the quick reply :)! I tried with PreCrush set to the value 1 and it does not change anything. I still have the same behavior as in the first log I added. In addition, you ...