Marius Roland
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by 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 ...