Skip to content
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

Providing initial solution #230

Closed
tomerarnon opened this issue Jan 13, 2019 · 3 comments
Closed

Providing initial solution #230

tomerarnon opened this issue Jan 13, 2019 · 3 comments

Comments

@tomerarnon
Copy link

In searching the documentation for how to provide a solver with an initial solution, I came across only one page in the docs that mentions it (Low-Level Interface), but which does not exist. Is there anywhere where this is documented (alternatively, is doing this currently impossible)?

@odow
Copy link
Member

odow commented Jan 15, 2019

See https://mathprogbasejl.readthedocs.io/en/latest/solverinterface.html#setwarmstart!

You should be aware that MathProgBase is deprecated in favor of MathOptInterface. Solvers may drop support for MathProgBase in the future, and the new version of JuMP (on the master branch) does not support MathProgBase. Read more on discourse.

@tomerarnon
Copy link
Author

Thanks @odow, That function appears to be exactly what I need! Thanks also for the heads up on MathOptInterface; I'll read up it.

@odow
Copy link
Member

odow commented Jan 16, 2019

No worries. Closing this issue as it seems resolved. Please post on Discourse if you run into future issues.

@odow odow closed this as completed Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants