scipopt/russcip

Add remaining branching results

mmghannam opened this issue · 4 comments

Support all result types mentioned in the section titled "Further information for the three execution methods" in https://www.scipopt.org/doc/html/BRANCH.php

We'd need to add more variants for the BranchingResult enum to cover the missing cases, like SCIP_REDUCEDDOM for example.

Yes, that's the plan. I just created this issue that I don't forget :)