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

Rename and change default value of use_callback in DpSolver.solve() #343

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Oct 18, 2024

  • rename it into retrieve_intermediate_solutions (more explicit)
  • set it by default to True (in order to mirror what is done by other solvers)

Note: if retrieve_intermediate_solutions is False, the user callbacks will be called only once, for the last (and only) solution found.

- rename it into retrieve_intermediate_solutions (more explicit)
- set it by default to True (in order to mirror what is done by other
  solvers)

Note: if retrieve_intermediate_solutions is False, the user callbacks
will be called only once, for the last (and only) solution found.
@g-poveda g-poveda merged commit 0c04e1d into airbus:master Oct 21, 2024
14 checks passed
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