{{cookiecutter.project_slug}}/ ├── src/ │ ├── main.py # CLI entry point │ ├── api/ # Public API interfaces │ ├── core/ # Core algorithms ...
The Python module does not yet expose the full interface of the library but just enough is available to be able to build problems or load problems from a file and solve it. After solving, the values ...