Cutoff vs setObjValue ? #429
Unanswered
jhmgoossens
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I know the objective function value of a reasonably good feasible solution of a MIP before starting a solve of a CbcModel.
What is the difference between using CbcModel setCutoff(value) and setObjValue(value)?
The impact on the resulting tree size seems to be the same.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions