aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-17Fix alignmentSebastiano Tronto1-2/+9
2025-08-07Added API function for solution variationsSebastiano Tronto1-1/+37
2025-07-31Added move sequence comparison functionSebastiano Tronto1-0/+44
2025-07-18Fix shell return value on solverinfoSebastiano Tronto1-2/+5
2025-04-29Added stop / pause / resume solve to APISebastiano Tronto1-1/+1
2025-04-23Added orientation to getcubeSebastiano Tronto1-1/+1
2025-04-22Remove compose from the public APISebastiano Tronto6-60/+0
2025-04-22Removed old scripts and updated public APISebastiano Tronto1-83/+14
2025-04-21Always use unsigned char * for data buffersSebastiano Tronto1-2/+4
Before this commit I was inconsistently using one of void *, char * and uint8_t *.
2025-04-19Fixed shell usage of optimal and maxsolutionsSebastiano Tronto1-1/+1
2025-04-17Small rework of optimal vs maxsolsSebastiano Tronto1-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".
2025-04-15Better logging functionSebastiano Tronto1-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.
2025-04-08Fixed shell; reorganized nissy.hSebastiano Tronto1-9/+5
2025-03-29Optimize genptable for coordinate solve (20x speedup)Sebastiano Tronto1-1/+1
2025-03-25Added NISS to coord solverSebastiano Tronto1-6/+34
2025-03-14Replaced datasize with solverinfoSebastiano Tronto1-24/+31
2025-03-12Revert API changeSebastiano Tronto1-17/+3
2025-03-09Working (?) version of coordinate solverSebastiano Tronto1-5/+23
2024-12-14Allow choosing number of threads when calling solve()Sebastiano Tronto1-3/+15
2024-10-18Add node and fallback benchmarkingSebastiano Tronto1-1/+2
2024-10-18New interface function nissy_countmovesSebastiano Tronto1-1/+22
2024-10-15Rename debug shell executableSebastiano Tronto1-1/+1
2024-10-14Fix shellSebastiano Tronto1-7/+7
2024-10-14Interface changes, progress with pythonSebastiano Tronto1-32/+13
2024-10-12Added shelltestSebastiano Tronto6-0/+778
Will add more tests when I feel like it

Generated with cgit - Back to sebastiano.tronto.net