-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for setting initial solutions with SCIP #74
Conversation
@lovasoa could you publish a new release after this is reviewed and merged? |
@lovasoa hang on for a few more minutes |
oh, I'm late, damn it |
@lovasoa how would we do this for HiGHS with the new changes in rust-or/highs#22? Do we now have to derive the dual solution from the given initial solution, or is this something we want to delegate to library consumers? |
I honestly have no idea what's best here |
It turns out that we can just pass |
Title says it all.
Depends on #71 being merged first.
When these changes are applied, two out of the three large open-source solvers CBC, HiGHs, and SCIP support initial solutions. Adding this feature for HiGHS needs support in the underlying bindings. This is tracked in rust-or/highs#21. Proprietary solvers would also need updated bindings first. Nevertheless, I'd argue that this
closes #55.