aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made H48 solver safer for 32bit size_tSebastiano Tronto2025-08-111-2/+9
* Wrapped pthread use in custom APISebastiano Tronto2025-08-113-56/+65
* All coordinates unsignedSebastiano Tronto2025-07-298-74/+74
* Cleanup some TODOsSebastiano Tronto2025-07-293-8/+5
* Make failed assert exit immediatelySebastiano Tronto2025-07-282-6/+4
* Small fixesSebastiano Tronto2025-06-191-2/+2
* Trick fixSebastiano Tronto2025-06-181-6/+21
* Change min depth for H48 tasks heuristic sortSebastiano Tronto2025-06-181-1/+1
* Big speedup for H48 solver (heuristic sort of tasks)Sebastiano Tronto2025-06-181-19/+46
* More improvements to web solverSebastiano Tronto2025-05-301-8/+8
* Fix small build error with clangSebastiano Tronto2025-05-281-1/+2
* Removed VLA notation from function parameters.Sebastiano Tronto2025-05-272-8/+8
* Avoid pausing for logging only if poll_status() is null (h48 solver).Sebastiano Tronto2025-05-261-10/+7
* CleanupSebastiano Tronto2025-05-251-1/+2
* Quick fix for bugSebastiano Tronto2025-05-251-9/+8
* Do all loggin in main threadSebastiano Tronto2025-05-233-67/+113
* Refactored checkdataSebastiano Tronto2025-05-194-92/+237
* Refactor solver dispatch and checkdataSebastiano Tronto2025-05-186-86/+125
* Added build scriptSebastiano Tronto2025-05-071-1/+1
* Added stop / pause / resume solve to APISebastiano Tronto2025-04-291-5/+64
* NISSSebastiano Tronto2025-04-251-16/+15
* Adjusted solvers, fixed bugSebastiano Tronto2025-04-231-7/+8
* Update tests for oriented_cube_tSebastiano Tronto2025-04-221-2/+2
* Always use unsigned char * for data buffersSebastiano Tronto2025-04-215-73/+76
* Improved logging, especially for solveSebastiano Tronto2025-04-193-32/+41
* Sped up checkdata for H48 tablesSebastiano Tronto2025-04-172-9/+57
* Small rework of optimal vs maxsolsSebastiano Tronto2025-04-171-10/+12
* Log solutions as they are foundSebastiano Tronto2025-04-151-3/+3
* Some minor changes to the interface.Sebastiano Tronto2025-04-081-1/+1
* simplified allowedmoves logicSebastiano Tronto2025-04-012-7/+18
* More safety with pointers using VLA function parametersSebastiano Tronto2025-03-259-91/+102
* Big cleanup for appendsolution()Sebastiano Tronto2025-03-241-163/+74
* Some safety with move arrays, small refactor appendcharSebastiano Tronto2025-03-223-32/+21
* Added checkdata for coord EOSebastiano Tronto2025-03-141-0/+1
* Working (?) version of coordinate solverSebastiano Tronto2025-03-091-4/+3
* More progress on coordinate solverSebastiano Tronto2025-03-071-1/+1
* Revert small errorSebastiano Tronto2024-12-182-5/+4
* Fixed alignment bugSebastiano Tronto2024-12-162-0/+7
* Fix rare bug, but one more bug to goSebastiano Tronto2024-12-151-4/+4
* Actually fix the bugSebastiano Tronto2024-12-151-3/+5
* Solve bug related to duplicate solutionsSebastiano Tronto2024-12-154-45/+59
* Implemented 'optimal' optionSebastiano Tronto2024-12-151-7/+19
* Allow choosing number of threads when calling solve()Sebastiano Tronto2024-12-141-7/+10
* Merge the "solver-experiments" branch that I have been working on forSebastiano Tronto2024-12-079-655/+790
* Fixed performance regressionSebastiano Tronto2024-10-182-22/+28
* Add node and fallback benchmarkingSebastiano Tronto2024-10-182-12/+36
* Removed redundant coordinate computationSebastiano Tronto2024-10-163-23/+11
* EOF fixenricotenuti2024-10-151-1/+1
* Neon uint8x8_t corners and minor fixesenricotenuti2024-10-151-3/+3
* Fallback tablesSebastiano Tronto2024-10-144-29/+100

Generated with cgit - Back to sebastiano.tronto.net