PySCIPOpt
PySCIPOpt copied to clipboard
Strong Branching
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.