Add remaining branching results
mmghannam opened this issue · 4 comments
mmghannam commented
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
matbesancon commented
What do you need to do to support them? It's mostly on the side of the
plugin implementation no?
…On Mon, May 8, 2023, 17:36 Mohammed Ghannam ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#61>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2FDMWT5BVJUIMIJ7XW4QLXFEHIFANCNFSM6AAAAAAX2DNXDI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
mmghannam commented
We'd need to add more variants for the BranchingResult
enum to cover the missing cases, like SCIP_REDUCEDDOM
for example.
matbesancon commented
I would probably just map the enums one to one
…On Mon, May 8, 2023, 19:05 Mohammed Ghannam ***@***.***> wrote:
We'd need to add more variants for the BranchingResult enum to cover the
missing cases, like SCIP_REDUCEDDOM for example.
—
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2FDMS5K2TK3QFOJOAKZ23XFERWPANCNFSM6AAAAAAX2DNXDI>
.
You are receiving this because you commented.Message ID:
***@***.***>
mmghannam commented
Yes, that's the plan. I just created this issue that I don't forget :)