Running heuristics on CbcModel outside branchAndBound #491
Unanswered
IlyaShaternik
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
-
Hi!
I would like to know if it is possible to run heuristics without calling
branchAndBound
onCbcModel
? I was trying to do it like so:but it doesn't work.
CbcHeuristicFPump
exits before doing any work, but if I runbranchAndBound
everything runs as expected.Beta Was this translation helpful? Give feedback.
All reactions