Adding exactly k cuts at a root node. #1213
Unanswered
ComboProblem
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hey @ComboProblem ! You probably want to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to make sure for any root node that exactly k cuts are added to the root node. I have a general understanding of enabling adding cuts only at the root node from #763 and other related issues.
What I'm struggling with is how enforce "use exactly k cuts" condition. Is it possible to enforce such a condition within SCIP? If so, how does one go about doing this?
Beta Was this translation helpful? Give feedback.
All reactions