| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added tool to check for correctnes of H48 solver. TODO: add more scrambles. | Sebastiano Tronto | 2024-12-15 | 1 | -6/+16 |
| * | Fixed constant that I rarely used until today | Sebastiano Tronto | 2024-12-15 | 1 | -0/+133 |
| * | Allow choosing number of threads when calling solve() | Sebastiano Tronto | 2024-12-14 | 3 | -3/+3 |
| * | Merge the "solver-experiments" branch that I have been working on for | Sebastiano Tronto | 2024-12-07 | 3 | -117/+137 |
| * | Add node and fallback benchmarking | Sebastiano Tronto | 2024-10-18 | 2 | -7/+15 |
| * | Fallback tables | Sebastiano Tronto | 2024-10-14 | 1 | -2/+2 |
| * | Fix solvers for k = 2, and changes to solve tool | Sebastiano Tronto | 2024-10-14 | 1 | -4/+12 |
| * | Fix gendata | Sebastiano Tronto | 2024-10-14 | 1 | -2/+2 |
| * | Interface changes, progress with python | Sebastiano Tronto | 2024-10-14 | 5 | -24/+27 |
| * | Removed nissy_explainerror and moved datainfo to tools | Sebastiano Tronto | 2024-10-13 | 1 | -0/+1 |
| * | Make gendata and co safer by checking buffer size | Sebastiano Tronto | 2024-10-12 | 2 | -6/+6 |
| * | Added buffer sizes in API args | Sebastiano Tronto | 2024-10-11 | 6 | -27/+33 |
| * | Improved error messages and add some comments in nissy.h | Sebastiano Tronto | 2024-10-10 | 1 | -0/+1 |
| * | Removed "options" from solver selection | Sebastiano Tronto | 2024-10-10 | 9 | -87/+101 |
| * | Tiny optimization for moves (avoid unnecessary CO) | Sebastiano Tronto | 2024-10-06 | 1 | -1/+1 |
| * | Added expected distributions | Sebastiano Tronto | 2024-10-05 | 1 | -1/+66 |
| * | Added distribution check to tool | Sebastiano Tronto | 2024-10-05 | 4 | -5/+97 |
| * | Added documentation on how to run derivedata | Sebastiano Tronto | 2024-10-04 | 1 | -0/+11 |
| * | Clean up tool output | Sebastiano Tronto | 2024-10-04 | 7 | -29/+34 |
| * | Do not run make clean automatically on every build and other Makefile changes | Sebastiano Tronto | 2024-10-03 | 1 | -4/+1 |
| * | Merge remote-tracking branch 'upstream/master' | enricotenuti | 2024-09-29 | 22 | -287/+271 |
| |\ | |||||
| | * | Made table derivation tool more flexible | Sebastiano Tronto | 2024-09-27 | 4 | -33/+62 |
| | * | Use constant instead of magic number | Sebastiano Tronto | 2024-09-27 | 2 | -1/+1 |
| | * | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 2024-09-27 | 21 | -287/+151 |
| | |\ | |||||
| | | * | small fix | Sebastiano Tronto | 2024-09-26 | 1 | -1/+1 |
| | | * | Added checkdata tool | Sebastiano Tronto | 2024-09-26 | 3 | -27/+79 |
| | | * | Added checkdata function | Sebastiano Tronto | 2024-09-26 | 1 | -0/+0 |
| | | * | Added TOOLARGS and simplified gendata tool(s) | Sebastiano Tronto | 2024-09-26 | 19 | -287/+102 |
| | * | | First try for derive tables | Sebastiano Tronto | 2024-09-27 | 3 | -0/+91 |
| | |/ | |||||
| * | | minor changes for PR | enricotenuti | 2024-09-29 | 1 | -2/+0 |
| * | | No malloc, static tasks poll | enricotenuti | 2024-09-28 | 1 | -1/+1 |
| * | | Fixed solutions vector, added constants | enricotenuti | 2024-09-26 | 1 | -0/+2 |
| |/ | |||||
| * | Removed double import | Sebastiano Tronto | 2024-09-19 | 1 | -1/+0 |
| * | Added gendata for all table sizes (k=2) | Sebastiano Tronto | 2024-09-18 | 10 | -0/+210 |
| * | Renamed tools; fixed solve tool; added gendata_h48h1k2 tool | Sebastiano Tronto | 2024-09-18 | 6 | -1/+22 |
| * | Remove useless output from stats tool | Sebastiano Tronto | 2024-09-18 | 1 | -1/+1 |
| * | Some shellcheck | Sebastiano Tronto | 2024-09-18 | 1 | -3/+3 |
| * | Update build files to enable multithreading | Sebastiano Tronto | 2024-09-12 | 1 | -7/+6 |
| * | Cleanup gendata tools | Sebastiano Tronto | 2024-09-12 | 3 | -97/+99 |
| * | Finished table refactor | Sebastiano Tronto | 2024-09-11 | 5 | -39/+32 |
| * | 8 bit tables | Sebastiano Tronto | 2024-09-10 | 1 | -0/+4 |
| * | Improved gendata_h48k2 performance | Sebastiano Tronto | 2024-09-07 | 1 | -1/+2 |
| * | Added tool for checking new tables (and they are wrong) | Sebastiano Tronto | 2024-08-30 | 4 | -2/+64 |
| * | Refactor tools to remove duplicate code | Sebastiano Tronto | 2024-08-29 | 5 | -153/+121 |
| * | New tool for benchmarking small solver | Sebastiano Tronto | 2024-08-27 | 2 | -0/+94 |
| * | Refactor table generation | Sebastiano Tronto | 2024-08-25 | 1 | -2/+2 |
| * | Reorganized folder structure | Sebastiano Tronto | 2024-08-18 | 2 | -2/+2 |
| * | Updated README.md, added help command to shell | Sebastiano Tronto | 2024-08-05 | 2 | -0/+0 |
| * | Added some info and error-checking to gendata tool | Sebastiano Tronto | 2024-07-21 | 1 | -3/+25 |
| * | oops fix | Sebastiano Tronto | 2024-07-21 | 1 | -8/+0 |
