aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-01Some simplification to AVX2 codeSebastiano Tronto2-62/+32
2025-04-01simplified allowedmoves logicSebastiano Tronto6-56/+58
2025-03-29Optimize genptable for coordinate solve (20x speedup)Sebastiano Tronto3-19/+113
2025-03-28DR coordinate solverSebastiano Tronto7-14/+238
2025-03-26Reformat neon.h to keep lines <80 charsSebastiano Tronto1-16/+25
2025-03-26Added inverse coordinate for COSebastiano Tronto7-31/+102
2025-03-25More safety with pointers using VLA function parametersSebastiano Tronto18-147/+170
2025-03-25Tiny bugfix in solution writingSebastiano Tronto2-18/+14
2025-03-25Added NISS to coord solverSebastiano Tronto8-97/+274
2025-03-25Tiny fixSebastiano Tronto1-4/+4
2025-03-24Big cleanup for appendsolution()Sebastiano Tronto9-323/+416
2025-03-22Some safety with move arrays, small refactor appendcharSebastiano Tronto15-154/+151
2025-03-19Filter solutions for coordinate solver and fix orderingSebastiano Tronto4-3/+35
2025-03-14BugfixSebastiano Tronto1-4/+14
2025-03-14Added checkdata for coord EOSebastiano Tronto3-0/+30
2025-03-14Replaced datasize with solverinfoSebastiano Tronto4-10/+61
2025-03-12Revert API changeSebastiano Tronto5-17/+26
2025-03-09Working (?) version of coordinate solverSebastiano Tronto8-44/+91
2025-03-08renamed some filesSebastiano Tronto5-7/+6
2025-03-07FixesSebastiano Tronto1-4/+4
2025-03-07More progress on coordinate solverSebastiano Tronto7-7/+272
2025-03-04Begin work for coordinate solverSebastiano Tronto7-0/+206
2025-02-28Fix typo in neon.h (thanks to Arhan Chaudhary for reporting)Sebastiano Tronto1-0/+1
2024-12-18Revert small errorSebastiano Tronto2-5/+4
2024-12-16Fixed alignment bugSebastiano Tronto4-0/+35
2024-12-15Fix rare bug, but one more bug to goSebastiano Tronto2-4/+16
2024-12-15Actually fix the bugSebastiano Tronto1-3/+5
2024-12-15Fixed constant that I rarely used until todaySebastiano Tronto1-1/+1
2024-12-15Solve bug related to duplicate solutionsSebastiano Tronto7-48/+62
2024-12-15Implemented 'optimal' optionSebastiano Tronto2-10/+24
2024-12-14Allow choosing number of threads when calling solve()Sebastiano Tronto3-8/+29
2024-12-07Merge the "solver-experiments" branch that I have been working on forSebastiano Tronto17-725/+1002
2024-10-19Safer handling of corrupt dataSebastiano Tronto1-3/+17
2024-10-19Finished Python moduleSebastiano Tronto2-5/+11
2024-10-18Fixed performance regressionSebastiano Tronto2-22/+28
2024-10-18Add node and fallback benchmarkingSebastiano Tronto4-28/+68
2024-10-18New interface function nissy_countmovesSebastiano Tronto3-2/+28
2024-10-16Removed redundant coordinate computationSebastiano Tronto3-23/+11
2024-10-15EOF fixenricotenuti1-1/+1
2024-10-15Neon uint8x8_t corners and minor fixesenricotenuti4-58/+51
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 Tronto7-175/+110
2024-10-13Removed nissy_explainerror and moved datainfo to toolsSebastiano Tronto2-197/+89
2024-10-12Trivial fixes to commentsSebastiano Tronto1-4/+4
2024-10-12Make writemoves (and solver) safer by checking buffer sizeSebastiano Tronto5-20/+63
2024-10-12Removed unused generic solverSebastiano Tronto2-158/+0
2024-10-12Make gendata and co safer by checking buffer sizeSebastiano Tronto8-114/+156
2024-10-12Make writecube saferSebastiano Tronto3-95/+114
2024-10-12Changed from size_t to uint64_tSebastiano Tronto1-5/+5

Generated with cgit - Back to sebastiano.tronto.net