| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'h48-dfs-improvements' of tronto.net:nissy-core into h48-dfs-imp... | Sebastiano Tronto | 2026-01-09 | 1 | -9/+7 |
| |\ | |||||
| | * | Improve visited nodes count | Sebastiano Tronto | 2026-01-09 | 1 | -4/+4 |
| | * | Small cleanup | Sebastiano Tronto | 2026-01-08 | 1 | -5/+3 |
| * | | Update benchmark results, but not table yet | Sebastiano Tronto | 2026-01-09 | 1 | -24/+24 |
| |/ | |||||
| * | Add back simple check, almost irrelevant | Sebastiano Tronto | 2026-01-08 | 1 | -0/+4 |
| * | Skip pipeline if target == 0 | Sebastiano Tronto | 2026-01-08 | 1 | -14/+26 |
| * | unswitch | Sebastiano Tronto | 2026-01-08 | 1 | -40/+62 |
| * | Update doc | Sebastiano Tronto | 2025-12-28 | 1 | -0/+14 |
| * | Prefetch | Sebastiano Tronto | 2025-12-28 | 3 | -2/+21 |
| * | First update to docs | Sebastiano Tronto | 2025-12-28 | 1 | -8/+11 |
| * | cleanup | Sebastiano Tronto | 2025-12-28 | 1 | -21/+15 |
| * | Fix bug in appending solutions | Sebastiano Tronto | 2025-12-28 | 1 | -1/+1 |
| * | H48 prune pipeline | Sebastiano Tronto | 2025-12-28 | 1 | -348/+170 |
| * | Use pval from cocsepdata, but there is no improvement | Sebastiano Tronto | 2025-12-24 | 1 | -11/+17 |
| * | First small improvements | Sebastiano Tronto | 2025-12-24 | 1 | -10/+235 |
| * | Added cornersx solver | Sebastiano Tronto | 2025-12-23 | 9 | -4/+137 |
| * | Remove file checked in by accident | Sebastiano Tronto | 2025-12-23 | 1 | -153/+0 |
| * | Added tests for copy_co, renamed some tests | Sebastiano Tronto | 2025-12-22 | 43 | -0/+47 |
| * | Update benchmarks.md and plots | Sebastiano Tronto | 2025-12-19 | 14 | -48/+201 |
| * | Merge branch 'h48-corner-estimate' | Sebastiano Tronto | 2025-12-19 | 2 | -26/+31 |
| |\ | |||||
| | * | Minor improvement | Sebastiano Tronto | 2025-12-19 | 2 | -26/+31 |
| * | | Merge branch 'h48-corner-estimate' | Sebastiano Tronto | 2025-12-19 | 13 | -2/+144 |
| |\| | |||||
| | * | Add coordinate solvers for cornersh48-corner-estimate | Sebastiano Tronto | 2025-12-19 | 13 | -2/+144 |
| * | | Fix typo in benchmarks | Sebastiano Tronto | 2025-12-19 | 2 | -79/+79 |
| |/ | |||||
| * | Improve performance of H48 by 10-30% using interleaved fallback tables. | Sebastiano Tronto | 2025-12-17 | 0 | -0/+0 |
| * | 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 f... | Sebastiano Tronto | 2025-11-24 | 24 | -160/+309 |
| | * | 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 |
