Can StrongBranch be used for nonlinear integer optimization? #275
Replies: 2 comments 1 reply
-
From @gasse
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately, we do not know as much about SCIP as we'd like to. 😅 It's a complex software that we do not develop ourselves, and very often in Ecole, we do not go behind the hood of what is going on in SCIP. In theory, strong branching could be applied to any branch and bound method (with any way to compute a lower bound). However, I don't know if that's the case with the one in SCIP. |
Beta Was this translation helpful? Give feedback.
-
Can StrongBranch be used for nonlinear integer optimization?
I try to use ecole.observation.StrongBranchingScores() on a nonlinear integer optimization instance, however, all entries in the score are 1e-12.
I'm not sure if I made a code mistake or ecole.observation.StrongBranchingScores() doesn't work on nonlinear integer optimization?
Beta Was this translation helpful? Give feedback.
All reactions