Jørgen Skålnes
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Jørgen Skålnes-
Is the root node included in the nodeCount attribute?
AnsweredHello,From the documentation of nodeCount it says: "Number of branch-and-cut nodes explored in the most recent optimization." Moreover, under MIP Logging it says that nodeCount is zero whenever the...
-
Controlling cut generation in the root node setting the CutPasses parameter
AnsweredHi,I'm developing a Branch-and-cut algorithm, where I add user specific cuts and lazy constraints through a callback. I have encountered the problem that the cut generation in the root node seems t...