chocoteam / chocoteam/pychoco

Unify solving methods

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
17
Forks
3
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.