| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Small fixes | Sebastiano Tronto | 2025-08-08 | 3 | -6/+7 |
| | | |||||
| * | Added API function for solution variations | Sebastiano Tronto | 2025-08-07 | 2 | -19/+67 |
| | | |||||
| * | Added move sequence comparison function | Sebastiano Tronto | 2025-07-31 | 1 | -0/+37 |
| | | |||||
| * | Added simpler python example | Sebastiano Tronto | 2025-07-18 | 1 | -0/+10 |
| | | |||||
| * | Refactored checkdata | Sebastiano Tronto | 2025-05-19 | 1 | -3/+5 |
| | | | | | | | | | Relevant changes include: - Changed the signature of nissy_checkdata(). - Removed expected_distribution.h from tools; this data is now included in each solver's src/ code. - Removed distribution check for cocsep; may add back later. | ||||
| * | Remove configure + make build system. | Sebastiano Tronto | 2025-05-16 | 1 | -2/+2 |
| | | | | | | This commit also updates the README, cleans up some stuff and fixes some oopsies. | ||||
| * | Added stop / pause / resume solve to API | Sebastiano Tronto | 2025-04-29 | 1 | -3/+3 |
| | | |||||
| * | Added orientation to getcube | Sebastiano Tronto | 2025-04-23 | 1 | -4/+6 |
| | | |||||
| * | Remove compose from the public API | Sebastiano Tronto | 2025-04-22 | 1 | -27/+0 |
| | | |||||
| * | Removed old scripts and updated public API | Sebastiano Tronto | 2025-04-22 | 1 | -44/+15 |
| | | |||||
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 1 | -5/+8 |
| | | | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *. | ||||
| * | Small rework of optimal vs maxsols | Sebastiano Tronto | 2025-04-17 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | 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 function | Sebastiano Tronto | 2025-04-15 | 1 | -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. | ||||
| * | Improved C++ API and added info to README | Sebastiano Tronto | 2025-04-14 | 1 | -0/+0 |
| | | |||||
| * | Some minor changes to the interface. | Sebastiano Tronto | 2025-04-08 | 1 | -8/+4 |
| | | | | | | | | | | - Simplified logger to accept only a string, not a variadic list of args like printf(). This can still use some improvement, but now it is easier to use from other languages. - Fixed some misuses of the logger (wrong types etc) - Renamed some constants - Fixed some typos in comments. | ||||
| * | Replaced datasize with solverinfo | Sebastiano Tronto | 2025-03-14 | 1 | -10/+16 |
| | | |||||
| * | Revert API change | Sebastiano Tronto | 2025-03-12 | 1 | -8/+6 |
| | | |||||
| * | Fixed python module | Sebastiano Tronto | 2025-03-09 | 1 | -6/+8 |
| | | |||||
| * | Allow choosing number of threads when calling solve() | Sebastiano Tronto | 2024-12-14 | 2 | -6/+8 |
| | | |||||
| * | Finished Python module | Sebastiano Tronto | 2024-10-19 | 2 | -10/+285 |
| | | |||||
| * | Add node and fallback benchmarking | Sebastiano Tronto | 2024-10-18 | 1 | -1/+1 |
| | | |||||
| * | Interface changes, progress with python | Sebastiano Tronto | 2024-10-14 | 1 | -12/+179 |
| | | |||||
| * | Initial support for Python | Sebastiano Tronto | 2024-10-12 | 1 | -0/+34 |
