aboutsummaryrefslogtreecommitdiff
path: root/python/examples (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-12Renamed UNIX build script to build.sh, added info to README.md related to ↵Sebastiano Tronto1-1/+1
windows build
2025-08-12Small improvemen to python exampleSebastiano Tronto1-5/+7
2025-08-11Simplified name of Python moduleSebastiano Tronto3-9/+14
2025-08-08Small fixesSebastiano Tronto3-6/+7
2025-08-07Added API function for solution variationsSebastiano Tronto1-0/+12
2025-07-18Added simpler python exampleSebastiano Tronto1-0/+10
2025-04-17Small rework of optimal vs maxsolsSebastiano Tronto1-1/+1
I wanted to make the "optimal" and "maxsolutions" options mutually exclusive, but in the end I decided there is value in keeping both (e.g. for specifying a limit to the number of solutions when asking for "all" optimal"). Now optimal cannot be negative anymore, for the same reason of maxsolutions. The interface user (shell, UI) will have to take care of handling this in a way that makes sense for the user. Usually this means setting the maximum number of solutions to UINT_MAX (or a similar very high number) when the user wants "all optimal".
2025-04-14Improved C++ API and added info to READMESebastiano Tronto1-0/+37

Generated with cgit - Back to sebastiano.tronto.net