| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid duplicate lookups for tasks | Sebastiano Tronto | 2026-01-09 | 1 | -6/+7 |
| * | Probably fix performance for short solutions, big tables | Sebastiano Tronto | 2026-01-09 | 1 | -1/+23 |
| * | Improve visited nodes count | Sebastiano Tronto | 2026-01-09 | 1 | -4/+4 |
| * | Small cleanup | Sebastiano Tronto | 2026-01-08 | 1 | -5/+3 |
| * | 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 |
| * | Prefetch | Sebastiano Tronto | 2025-12-28 | 1 | -2/+5 |
| * | cleanup | Sebastiano Tronto | 2025-12-28 | 1 | -21/+15 |
| * | 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 |
| * | Minor improvement | Sebastiano Tronto | 2025-12-19 | 1 | -2/+7 |
| * | Improve pruning value fetching and re-do benchmarks | Sebastiano Tronto | 2025-12-17 | 2 | -20/+37 |
| * | 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 | 5 | -234/+156 |
| * | Bye bye h0k4 | Sebastiano Tronto | 2025-12-14 | 5 | -310/+27 |
| * | Intertwined table seems to work | Sebastiano Tronto | 2025-12-14 | 7 | -27/+177 |
| * | Fix duplicate solutions, overflow in maxsols and improve symmetry reduction f... | Sebastiano Tronto | 2025-11-24 | 1 | -37/+41 |
| * | Made H48 solver safer for 32bit size_t | Sebastiano Tronto | 2025-08-11 | 1 | -2/+9 |
| * | Wrapped pthread use in custom API | Sebastiano Tronto | 2025-08-11 | 3 | -56/+65 |
| * | All coordinates unsigned | Sebastiano Tronto | 2025-07-29 | 8 | -74/+74 |
| * | Cleanup some TODOs | Sebastiano Tronto | 2025-07-29 | 3 | -8/+5 |
| * | Make failed assert exit immediately | Sebastiano Tronto | 2025-07-28 | 2 | -6/+4 |
| * | Small fixes | Sebastiano Tronto | 2025-06-19 | 1 | -2/+2 |
| * | Trick fix | Sebastiano Tronto | 2025-06-18 | 1 | -6/+21 |
| * | Change min depth for H48 tasks heuristic sort | Sebastiano Tronto | 2025-06-18 | 1 | -1/+1 |
| * | Big speedup for H48 solver (heuristic sort of tasks) | Sebastiano Tronto | 2025-06-18 | 1 | -19/+46 |
| * | More improvements to web solver | Sebastiano Tronto | 2025-05-30 | 1 | -8/+8 |
| * | Fix small build error with clang | Sebastiano Tronto | 2025-05-28 | 1 | -1/+2 |
| * | Removed VLA notation from function parameters. | Sebastiano Tronto | 2025-05-27 | 2 | -8/+8 |
| * | Avoid pausing for logging only if poll_status() is null (h48 solver). | Sebastiano Tronto | 2025-05-26 | 1 | -10/+7 |
| * | Cleanup | Sebastiano Tronto | 2025-05-25 | 1 | -1/+2 |
| * | Quick fix for bug | Sebastiano Tronto | 2025-05-25 | 1 | -9/+8 |
| * | Do all loggin in main thread | Sebastiano Tronto | 2025-05-23 | 3 | -67/+113 |
| * | Refactored checkdata | Sebastiano Tronto | 2025-05-19 | 4 | -92/+237 |
| * | Refactor solver dispatch and checkdata | Sebastiano Tronto | 2025-05-18 | 6 | -86/+125 |
| * | Added build script | Sebastiano Tronto | 2025-05-07 | 1 | -1/+1 |
| * | Added stop / pause / resume solve to API | Sebastiano Tronto | 2025-04-29 | 1 | -5/+64 |
| * | NISS | Sebastiano Tronto | 2025-04-25 | 1 | -16/+15 |
| * | Adjusted solvers, fixed bug | Sebastiano Tronto | 2025-04-23 | 1 | -7/+8 |
| * | Update tests for oriented_cube_t | Sebastiano Tronto | 2025-04-22 | 1 | -2/+2 |
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 5 | -73/+76 |
| * | Improved logging, especially for solve | Sebastiano Tronto | 2025-04-19 | 3 | -32/+41 |
| * | Sped up checkdata for H48 tables | Sebastiano Tronto | 2025-04-17 | 2 | -9/+57 |
| * | Small rework of optimal vs maxsols | Sebastiano Tronto | 2025-04-17 | 1 | -10/+12 |
| * | Log solutions as they are found | Sebastiano Tronto | 2025-04-15 | 1 | -3/+3 |
| * | Some minor changes to the interface. | Sebastiano Tronto | 2025-04-08 | 1 | -1/+1 |
