| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Fixed running tools with args | Sebastiano Tronto | 2025-08-06 | 1 | -1/+1 |
| | | |||||
| * | Remove AVX512 instruction | Sebastiano Tronto | 2025-08-06 | 1 | -5/+4 |
| | | |||||
| * | Added build target to run solvetests | Sebastiano Tronto | 2025-08-05 | 3 | -29/+64 |
| | | |||||
| * | Shortened name for solvetests | Sebastiano Tronto | 2025-08-05 | 36 | -0/+0 |
| | | |||||
| * | Added solvetests for DRFIN | Sebastiano Tronto | 2025-08-05 | 6 | -0/+711 |
| | | |||||
| * | Added DRFIN solver | Sebastiano Tronto | 2025-08-05 | 16 | -77/+545 |
| | | |||||
| * | Move container-run.sh into utils/ | Sebastiano Tronto | 2025-08-03 | 1 | -0/+0 |
| | | |||||
| * | Move is_eo_even to more appropriate module | Sebastiano Tronto | 2025-08-01 | 5 | -16/+43 |
| | | |||||
| * | Added CPEPE coordinate in preparation of full DRFIN solver | Sebastiano Tronto | 2025-08-01 | 9 | -14/+282 |
| | | |||||
| * | Added tools solvetest dreo | Sebastiano Tronto | 2025-08-01 | 12 | -0/+1276 |
| | | |||||
| * | Fixed nasty bug | Sebastiano Tronto | 2025-08-01 | 1 | -0/+2 |
| | | |||||
| * | Specified default solver for coordinate solvetest | Sebastiano Tronto | 2025-08-01 | 11 | -4/+15 |
| | | |||||
| * | Reworked coordinate solver axis specification | Sebastiano Tronto | 2025-08-01 | 11 | -61/+37 |
| | | |||||
| * | Added solvetests for DRSLICE | Sebastiano Tronto | 2025-08-01 | 7 | -2/+1576 |
| | | | | | | This also changes the rotation axes for DRSLICE, so that the move U gets transformed to R and F instead of L and B. | ||||
