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

Unify solving methods #10

Open
dimitri-justeau opened this issue Jul 13, 2023 · 0 comments
Open

Unify solving methods #10

dimitri-justeau opened this issue Jul 13, 2023 · 0 comments

Comments

@dimitri-justeau
Copy link
Collaborator

The current Python API is quite similar to the Java one. It might be nice to think about a unified solving API for Python, associated with only one documentation. Ideally, it should be easy to :

  • Find one solution and get the values of any variable in the model.
  • Find and store several solutions, and for each solution store the values of any variable in the model.
  • Find one or several optimal solutions, retrieve the best solutions' variables' values, and eventually intermediary solutions.
  • ... Any other idea ?

It may be worth it to think about a Pythonic way of doing it, maybe something not possible in Java, or not easily, but much more convenient and easy to remember for users.

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

1 participant