-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: start values for optimization problem #32
Comments
what's the underlying JuMP API? |
(btw again this might be better directly in CTs) |
In JuMP you just do something like |
edit here: not in CTs, CTs don't know anything about jump :D |
@stelmo btw is there a good usecase for this? So that I can write a test or so. |
A good use case would be to speed up FVA, because the solutions tend to be similar to each other |
FVA uses the single-model screen which already retains the previous solution. Maybe resetting the solution back would help but again that's not "exposed" to user. This would be only to supply e.g. a feasible solution before solving a (big) FBA or so. |
Sometimes it would be nice to help the solver by supplying the first guess manually
The text was updated successfully, but these errors were encountered: