aboutsummaryrefslogtreecommitdiff
path: root/cpp/nissy.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added stop / pause / resume solve to APISebastiano Tronto2025-04-291-3/+10
|
* Fixed cpp adapter for 0-moves solutionsSebastiano Tronto2025-04-251-1/+2
|
* Added orientation to getcubeSebastiano Tronto2025-04-231-6/+7
|
* Remove compose from the public APISebastiano Tronto2025-04-221-9/+0
|
* Removed old scripts and updated public APISebastiano Tronto2025-04-221-44/+22
|
* Always use unsigned char * for data buffersSebastiano Tronto2025-04-211-6/+7
| | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *.
* Small rework of optimal vs maxsolsSebastiano Tronto2025-04-171-4/+12
| | | | | | | | | | | | | | 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/+5
| | | | | | | 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 function pointer thingSebastiano Tronto2025-04-151-4/+1
|
* Simplified count_moves() in cpp apiSebastiano Tronto2025-04-151-5/+2
|
* Added data check status to solver in cpp APISebastiano Tronto2025-04-151-3/+5
|
* Removed unnecessary checkSebastiano Tronto2025-04-141-6/+0
|
* Improved C++ API and added info to READMESebastiano Tronto2025-04-141-132/+157
|
* Add an opinionated C++20 adapterSebastiano Tronto2025-04-091-0/+216

Generated with cgit - Back to sebastiano.tronto.net