PySCIPOpt icon indicating copy to clipboard operation
PySCIPOpt copied to clipboard

Strong Branching

Open Opt-Mucca opened this issue 7 months ago • 2 comments

Opens up code that allows users to use strong branching functionality in SCIP.

I did not end up adding a wrapper for strongBranchVarWithPropagation. This would be needed if users ever want to entirely move over SCIP's default branching rule to Python. Currently they would be restricted to vanilla full strong branching.

Opt-Mucca avatar Jul 01 '24 15:07 Opt-Mucca