Nicolas Zerega
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Comments
Recent activity by 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