aboutsummaryrefslogtreecommitdiff
path: root/src/solvers (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-02Added dreo coordinate solverSebastiano Tronto9-14/+168
2025-04-01Make single-use struct field anonymousSebastiano Tronto1-12/+10
2025-04-01Make symcoord logic genericSebastiano Tronto4-115/+191
2025-04-01Fix mismatched type in function prototype and implementationSebastiano Tronto2-2/+2
2025-04-01simplified allowedmoves logicSebastiano Tronto4-10/+31
2025-03-29Optimize genptable for coordinate solve (20x speedup)Sebastiano Tronto2-19/+99
2025-03-28DR coordinate solverSebastiano Tronto6-14/+231
2025-03-25More safety with pointers using VLA function parametersSebastiano Tronto12-127/+150
2025-03-25Tiny bugfix in solution writingSebastiano Tronto1-4/+5
2025-03-25Added NISS to coord solverSebastiano Tronto7-95/+272
2025-03-25Tiny fixSebastiano Tronto1-4/+4
2025-03-24Big cleanup for appendsolution()Sebastiano Tronto6-267/+359
2025-03-22Some safety with move arrays, small refactor appendcharSebastiano Tronto9-83/+77
2025-03-19Filter solutions for coordinate solver and fix orderingSebastiano Tronto3-3/+7
2025-03-14BugfixSebastiano Tronto1-4/+14
2025-03-14Added checkdata for coord EOSebastiano Tronto2-0/+25
2025-03-14Replaced datasize with solverinfoSebastiano Tronto2-1/+19
2025-03-12Revert API changeSebastiano Tronto3-10/+25
2025-03-09Working (?) version of coordinate solverSebastiano Tronto6-38/+72
2025-03-08renamed some filesSebastiano Tronto5-7/+6
2025-03-07FixesSebastiano Tronto1-4/+4
2025-03-07More progress on coordinate solverSebastiano Tronto6-7/+268
2025-03-04Begin work for coordinate solverSebastiano Tronto6-0/+204
2024-12-18Revert small errorSebastiano Tronto2-5/+4
2024-12-16Fixed alignment bugSebastiano Tronto2-0/+7
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 Tronto4-45/+59
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 Tronto9-655/+790
2024-10-19Finished Python moduleSebastiano Tronto1-1/+2
2024-10-18Fixed performance regressionSebastiano Tronto2-22/+28
2024-10-18Add node and fallback benchmarkingSebastiano Tronto2-12/+36
2024-10-16Removed redundant coordinate computationSebastiano Tronto3-23/+11
2024-10-15EOF fixenricotenuti1-1/+1
2024-10-15Neon uint8x8_t corners and minor fixesenricotenuti1-3/+3
2024-10-14Fallback tablesSebastiano Tronto4-29/+100
2024-10-14Fix solvers for k = 2, and changes to solve toolSebastiano Tronto2-12/+19
2024-10-14Interface changes, progress with pythonSebastiano Tronto2-8/+12
2024-10-12Make writemoves (and solver) safer by checking buffer sizeSebastiano Tronto2-7/+38
2024-10-12Removed unused generic solverSebastiano Tronto2-158/+0
2024-10-12Make gendata and co safer by checking buffer sizeSebastiano Tronto7-107/+142
2024-10-10Small warning fixes to gendataSebastiano Tronto1-3/+10
2024-10-10Fixed tableinfo alignment issuesSebastiano Tronto1-22/+50
2024-10-06Removed some useless outputSebastiano Tronto2-7/+7
2024-10-06Fix concurrency issuesSebastiano Tronto2-43/+72
2024-10-05Remove unnecessary _AtomicsSebastiano Tronto4-27/+34
2024-10-05Fix rare data raceSebastiano Tronto4-29/+29
2024-10-05Added expected distributionsSebastiano Tronto1-0/+31

Generated with cgit - Back to sebastiano.tronto.net