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

Extract set_warm_start stuff from init_model in rcpsp milp solvers #307

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Sep 30, 2024

We can avoid to call init_model() in set_warm_start() doing so.
For now we still keep the same behaviour of init_model though, by calling set_warm_start at the end of init_model to initialize the lp solver (mathopt or gurobi).

We can avoid to call init_model() in set_warm_start() soing so.
For now we still keep the same behaviour of init_model though, by
calling set_warm_start at the end of init_model to initialize the lp
solver (mathopt or gurobi).
@nhuet nhuet marked this pull request as ready for review October 4, 2024 08:50
@g-poveda g-poveda merged commit 29f6549 into airbus:master Oct 4, 2024
12 checks passed
@nhuet nhuet deleted the clean-warmstart branch October 4, 2024 13:05
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

Successfully merging this pull request may close these issues.

2 participants