| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove compose from the public API | Sebastiano Tronto | 2025-04-22 | 1 | -34/+0 |
| | | |||||
| * | Removed old scripts and updated public API | Sebastiano Tronto | 2025-04-22 | 1 | -83/+14 |
| | | |||||
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 1 | -2/+4 |
| | | | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *. | ||||
| * | Fixed shell usage of optimal and maxsolutions | Sebastiano Tronto | 2025-04-19 | 1 | -1/+1 |
| | | |||||
| * | Small rework of optimal vs maxsols | Sebastiano Tronto | 2025-04-17 | 1 | -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 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. | ||||
| * | Fixed shell; reorganized nissy.h | Sebastiano Tronto | 2025-04-08 | 1 | -9/+5 |
| | | |||||
| * | Optimize genptable for coordinate solve (20x speedup) | Sebastiano Tronto | 2025-03-29 | 1 | -1/+1 |
| | | |||||
| * | Added NISS to coord solver | Sebastiano Tronto | 2025-03-25 | 1 | -6/+34 |
| | | |||||
| * | Replaced datasize with solverinfo | Sebastiano Tronto | 2025-03-14 | 1 | -24/+31 |
| | | |||||
| * | Revert API change | Sebastiano Tronto | 2025-03-12 | 1 | -17/+3 |
| | | |||||
| * | Working (?) version of coordinate solver | Sebastiano Tronto | 2025-03-09 | 1 | -5/+23 |
| | | |||||
| * | Allow choosing number of threads when calling solve() | Sebastiano Tronto | 2024-12-14 | 1 | -3/+15 |
| | | |||||
| * | Add node and fallback benchmarking | Sebastiano Tronto | 2024-10-18 | 1 | -1/+2 |
| | | |||||
| * | New interface function nissy_countmoves | Sebastiano Tronto | 2024-10-18 | 1 | -1/+22 |
| | | |||||
| * | Fix shell | Sebastiano Tronto | 2024-10-14 | 1 | -7/+7 |
| | | |||||
| * | Interface changes, progress with python | Sebastiano Tronto | 2024-10-14 | 1 | -32/+13 |
| | | |||||
| * | Added shelltest | Sebastiano Tronto | 2024-10-12 | 1 | -0/+752 |
| Will add more tests when I feel like it | |||||
