| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarified that results are in a <details>intertwined-fallback-table | Sebastiano Tronto | 2025-12-17 | 1 | -1/+1 |
| | | |||||
| * | Fix alignment | Sebastiano Tronto | 2025-12-17 | 6 | -7/+53 |
| | | |||||
| * | Improve pruning value fetching and re-do benchmarks | Sebastiano Tronto | 2025-12-17 | 16 | -92/+110 |
| | | |||||
| * | Cleanup md | Sebastiano Tronto | 2025-12-17 | 2 | -19/+21 |
| | | |||||
| * | Remove TODO section in doc | Sebastiano Tronto | 2025-12-17 | 1 | -17/+0 |
| | | |||||
| * | Update benchmarks | Sebastiano Tronto | 2025-12-17 | 21 | -196/+450 |
| | | |||||
| * | Cleanup | Sebastiano Tronto | 2025-12-17 | 4 | -8/+8 |
| | | |||||
| * | Move some checks around, small improvement | Sebastiano Tronto | 2025-12-17 | 1 | -11/+9 |
| | | |||||
| * | Swap bit pairs in pval_min | Sebastiano Tronto | 2025-12-16 | 1 | -5/+4 |
| | | |||||
| * | Update comments | Sebastiano Tronto | 2025-12-14 | 2 | -5/+7 |
| | | |||||
| * | Cleanup, update documentation, fix examples | Sebastiano Tronto | 2025-12-14 | 13 | -334/+231 |
| | | |||||
| * | Bye bye h0k4 | Sebastiano Tronto | 2025-12-14 | 5 | -310/+27 |
| | | |||||
| * | Intertwined table seems to work | Sebastiano Tronto | 2025-12-14 | 9 | -34/+178 |
| | | |||||
| * | Updated h48 doc with recent improvements | Sebastiano Tronto | 2025-11-25 | 1 | -5/+22 |
| | | |||||
| * | Merge branch 'master' of tronto.net:nissy-core | Sebastiano Tronto | 2025-11-25 | 24 | -160/+309 |
| |\ | |||||
| | * | Fix duplicate solutions, overflow in maxsols and improve symmetry reduction ↵ | Sebastiano Tronto | 2025-11-24 | 24 | -160/+309 |
| | | | | | | | | | | | | | | | | | | | | | | | | | for H48. This commit fixes two bugs: - A bug that caused duplicates solutions for symmetric scrambles. - An overflow in the maxsols parameter for the H48 solver, which caused it to find much fewer solutions than existed. Moreover, the H48 solvers has been improved by reducing by symmetry not only from the starting position, but also up to the first 4 moves. | ||||
| | * | Recovered comment that appeared only in removed file | Sebastiano Tronto | 2025-09-25 | 1 | -1/+6 |
| | | | |||||
| * | | Recovered comment that appeared only in removed file | Sebastiano Tronto | 2025-11-23 | 1 | -1/+6 |
| |/ | |||||
| * | Updates to container runner and removed simd from wasm build | Sebastiano Tronto | 2025-08-15 | 2 | -23/+42 |
| | | |||||
| * | Added warning about build python | Sebastiano Tronto | 2025-08-13 | 1 | -0/+4 |
| | | |||||
| * | More build.bat options | Sebastiano Tronto | 2025-08-13 | 3 | -4/+108 |
| | | |||||
| * | Improvements to build.bat (unit tests on Windows) | Sebastiano Tronto | 2025-08-13 | 4 | -20/+160 |
| | | |||||
| * | Merge branch 'master' of tronto.net:nissy-core | Sebastiano Tronto | 2025-08-13 | 2 | -20/+29 |
| |\ | |||||
| | * | Fix build help message | Sebastiano Tronto | 2025-08-13 | 1 | -18/+19 |
| | | | |||||
| | * | Added installation instructions for clang on windows | Sebastiano Tronto | 2025-08-12 | 1 | -2/+10 |
| | | | |||||
| * | | Correct OS detection for sleep function | Sebastiano Tronto | 2025-08-13 | 1 | -1/+3 |
| |/ | |||||
| * | Renamed UNIX build script to build.sh, added info to README.md related to ↵ | Sebastiano Tronto | 2025-08-12 | 6 | -34/+46 |
| | | | | | windows build | ||||
| * | Removed Dockerfile (why was it still there?) | Sebastiano Tronto | 2025-08-12 | 1 | -29/+0 |
| | | |||||
| * | Added windows support via clangwindows | Sebastiano Tronto | 2025-08-12 | 1 | -12/+15 |
| | | |||||
| * | Merge branch 'master' of tronto.net:nissy-core into windows | Sebastiano Tronto | 2025-08-12 | 1 | -5/+7 |
| |\ | |||||
| | * | Small improvemen to python example | Sebastiano Tronto | 2025-08-12 | 1 | -5/+7 |
| | | | |||||
| * | | Merge branch 'master' of tronto.net:nissy-core into windows | Sebastiano Tronto | 2025-08-12 | 4 | -2/+19 |
| |\| | |||||
| | * | Some generic fixes, mainly for building on Windows | Sebastiano Tronto | 2025-08-12 | 4 | -2/+19 |
| | | | |||||
| * | | Merge branch 'master' of tronto.net:nissy-core into windows | Sebastiano Tronto | 2025-08-12 | 1 | -1/+0 |
| |\| | |||||
| | * | Remove pthread import | Sebastiano Tronto | 2025-08-12 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/sebastianotronto/nissy-core into ↵ | Sebastiano Tronto | 2025-08-12 | 18 | -84/+154 |
| |\| | | | | | | | windows | ||||
| | * | Made H48 solver safer for 32bit size_t | Sebastiano Tronto | 2025-08-11 | 1 | -2/+9 |
| | | | |||||
| | * | Fix function signature | Sebastiano Tronto | 2025-08-11 | 2 | -2/+3 |
| | | | |||||
| | * | Simplified name of Python module | Sebastiano Tronto | 2025-08-11 | 7 | -15/+21 |
| | | | |||||
| | * | Wrapped pthread use in custom API | Sebastiano Tronto | 2025-08-11 | 9 | -65/+121 |
| | | | |||||
| * | | Fixed build.bat | Sebastiano Tronto | 2025-08-08 | 1 | -11/+11 |
| | | | |||||
| * | | Initial commit for build.bat | Sebastiano Tronto | 2025-08-08 | 1 | -0/+18 |
| |/ | |||||
| * | Small fixes | Sebastiano Tronto | 2025-08-08 | 4 | -6/+12 |
| | | |||||
| * | Fix bug and make avx load consistent | Sebastiano Tronto | 2025-08-08 | 1 | -9/+9 |
| | | |||||
| * | Added solver documentation | Sebastiano Tronto | 2025-08-08 | 2 | -1/+147 |
| | | |||||
| * | Mention lastqt and unniss in description of nissy_variations() | Sebastiano Tronto | 2025-08-07 | 1 | -1/+2 |
| | | |||||
| * | Added solver aliases | Sebastiano Tronto | 2025-08-07 | 21 | -40/+72 |
| | | |||||
| * | Added notes on possible performance improvements for H48 | Sebastiano Tronto | 2025-08-07 | 1 | -0/+20 |
| | | |||||
| * | Added API function for solution variations | Sebastiano Tronto | 2025-08-07 | 25 | -36/+586 |
| | | |||||
| * | Added HTR solver | Sebastiano Tronto | 2025-08-06 | 22 | -70/+394 |
| | | |||||
