Nicolas Zerega
- 合計アクティビティ 18
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 6
コメント
Nicolas Zeregaによる最近のアクティビティ-
Got it, I will try that Thank you very much!
-
Hey Jaromil, If I understood correctly. For the last best bound found there may or may not be violated \(C\) conditions when solving \(SP\). If there aren't any then I'm "lucky" and the best lower ...
-
Since, you compute your \(SP\) , could you use this information to add a cut yourself through a callback? Exactly, that's how I'm adding these cuts. First I get the relaxed var. values. With thos...
-
I solved it by just setting the parameter NodeLimit to 1 But I still have the question as to why gurobi explores +2 nodes even when I tell it to stop when the NODCNT != 0
-
Hi Jaromil, Thanks you very much for answering. I will try to play around with dual and primal bounds and see what happens. So, if I understand correctly, I shouldn't consider the "node depth" numb...
-
Are there any plans to implement a function like "m.cbGetNodeDepth" anytime soon? Also, What does gurobi use as reference to print "node depth" in the model log while optimizing? Thanks! Nicolas