aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/solve.h (unfollow)
Commit message (Expand)AuthorFilesLines
2026-03-01C11 threads!Sebastiano Tronto1-3/+3
2026-03-01C11 threads?Sebastiano Tronto1-3/+3
2026-01-12Improve performance of H48 solver with prefetchingSebastiano Tronto1-133/+242
2025-12-19Minor improvementSebastiano Tronto1-2/+7
2025-12-17Improve pruning value fetching and re-do benchmarksSebastiano Tronto1-20/+16
2025-12-17Move some checks around, small improvementSebastiano Tronto1-11/+9
2025-12-14Cleanup, update documentation, fix examplesSebastiano Tronto1-12/+8
2025-12-14Bye bye h0k4Sebastiano Tronto1-48/+13
2025-12-14Intertwined table seems to workSebastiano Tronto1-3/+27
2025-11-24Fix duplicate solutions, overflow in maxsols and improve symmetry reduction f...Sebastiano Tronto1-37/+41
2025-08-11Wrapped pthread use in custom APISebastiano Tronto1-13/+13
2025-07-29All coordinates unsignedSebastiano Tronto1-5/+5
2025-06-18Trick fixSebastiano Tronto1-6/+21
2025-06-18Change min depth for H48 tasks heuristic sortSebastiano Tronto1-1/+1
2025-06-18Big speedup for H48 solver (heuristic sort of tasks)Sebastiano Tronto1-19/+46
2025-05-30More improvements to web solverSebastiano Tronto1-8/+8
2025-05-27Removed VLA notation from function parameters.Sebastiano Tronto1-6/+6
2025-05-26Avoid pausing for logging only if poll_status() is null (h48 solver).Sebastiano Tronto1-10/+7
2025-05-25CleanupSebastiano Tronto1-1/+2
2025-05-25Quick fix for bugSebastiano Tronto1-9/+8
2025-05-23Do all loggin in main threadSebastiano Tronto1-57/+79
2025-05-18Refactor solver dispatch and checkdataSebastiano Tronto1-0/+34
2025-04-29Added stop / pause / resume solve to APISebastiano Tronto1-5/+64
2025-04-25NISSSebastiano Tronto1-16/+15
2025-04-23Adjusted solvers, fixed bugSebastiano Tronto1-7/+8
2025-04-22Update tests for oriented_cube_tSebastiano Tronto1-2/+2
2025-04-21Always use unsigned char * for data buffersSebastiano Tronto1-9/+9
2025-04-19Improved logging, especially for solveSebastiano Tronto1-10/+11
2025-04-17Small rework of optimal vs maxsolsSebastiano Tronto1-10/+12
2025-04-15Log solutions as they are foundSebastiano Tronto1-3/+3
2025-04-01simplified allowedmoves logicSebastiano Tronto1-5/+16
2025-03-25More safety with pointers using VLA function parametersSebastiano Tronto1-9/+9
2025-03-24Big cleanup for appendsolution()Sebastiano Tronto1-163/+74
2025-03-22Some safety with move arrays, small refactor appendcharSebastiano Tronto1-29/+19
2025-03-09Working (?) version of coordinate solverSebastiano Tronto1-4/+3
2025-03-07More progress on coordinate solverSebastiano Tronto1-1/+1
2024-12-16Fixed alignment bugSebastiano Tronto1-0/+1
2024-12-15Fix rare bug, but one more bug to goSebastiano Tronto1-4/+4
2024-12-15Actually fix the bugSebastiano Tronto1-3/+5
2024-12-15Solve bug related to duplicate solutionsSebastiano Tronto1-40/+54
2024-12-15Implemented 'optimal' optionSebastiano Tronto1-7/+19
2024-12-14Allow choosing number of threads when calling solve()Sebastiano Tronto1-7/+10
2024-12-07Merge the "solver-experiments" branch that I have been working on forSebastiano Tronto1-164/+446
2024-10-18Fixed performance regressionSebastiano Tronto1-12/+13
2024-10-18Add node and fallback benchmarkingSebastiano Tronto1-5/+20
2024-10-16Removed redundant coordinate computationSebastiano Tronto1-6/+10
2024-10-15EOF fixenricotenuti1-1/+1
2024-10-15Neon uint8x8_t corners and minor fixesenricotenuti1-3/+3
2024-10-14Fallback tablesSebastiano Tronto1-11/+40
2024-10-14Fix solvers for k = 2, and changes to solve toolSebastiano Tronto1-12/+18

Generated with cgit - Back to sebastiano.tronto.net