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

Harmonize the C++ solvers API #362

Merged
merged 28 commits into from
May 17, 2024

Conversation

fteicht
Copy link
Collaborator

@fteicht fteicht commented May 17, 2024

This PR :

  • adds callbacks to all the C++ solvers and their Python class interfaces
  • changes the signature and name of previous named "watchdogs" to "callbacks"
  • adds getter methods in the C++ solvers to be able to monitor some solver attributes from C++ and Python within the callbacks
  • changes the "debug_logs" parameter in the solvers' constructors to "verbose" in order to harmonize with the pure Python solvers
  • corrects a few bugs in the solvers

@fteicht fteicht added the enhancement New feature or request label May 17, 2024
@fteicht fteicht self-assigned this May 17, 2024
@fteicht fteicht merged commit 09de2bc into airbus:master May 17, 2024
33 checks passed
@fteicht fteicht deleted the sanitarize-and-document-solver-api branch May 17, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants