aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed shell usage of optimal and maxsolutionsSebastiano Tronto2025-04-191-1/+1
|
* Small rework of optimal vs maxsolsSebastiano Tronto2025-04-171-2/+6
| | | | | | | | | | | | | | 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".
* Better logging functionSebastiano Tronto2025-04-151-2/+2
| | | | | | | Now it is possible to provide some data together with the logging function. This is useful for example in C++, where I can now provide an arbitrary callable object as data, and a simple wrapper function that call the callable object as logging function.
* Fixed shell; reorganized nissy.hSebastiano Tronto2025-04-081-9/+5
|
* Optimize genptable for coordinate solve (20x speedup)Sebastiano Tronto2025-03-291-1/+1
|
* Added NISS to coord solverSebastiano Tronto2025-03-251-6/+34
|
* Replaced datasize with solverinfoSebastiano Tronto2025-03-141-24/+31
|
* Revert API changeSebastiano Tronto2025-03-121-17/+3
|
* Working (?) version of coordinate solverSebastiano Tronto2025-03-091-5/+23
|
* Allow choosing number of threads when calling solve()Sebastiano Tronto2024-12-141-3/+15
|
* Add node and fallback benchmarkingSebastiano Tronto2024-10-181-1/+2
|
* New interface function nissy_countmovesSebastiano Tronto2024-10-181-1/+22
|
* Rename debug shell executableSebastiano Tronto2024-10-151-1/+1
|
* Fix shellSebastiano Tronto2024-10-141-7/+7
|
* Interface changes, progress with pythonSebastiano Tronto2024-10-141-32/+13
|
* Added shelltestSebastiano Tronto2024-10-126-0/+778
Will add more tests when I feel like it

Generated with cgit - Back to sebastiano.tronto.net