aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-04-06Fix integer conversions in code, tests and some toolsc-portabilitySebastiano Tronto1-1/+1
2026-04-04Use macro for [static N]Sebastiano Tronto1-15/+15
2025-08-12Remove pthread importSebastiano Tronto1-1/+0
2025-08-07Added solver aliasesSebastiano Tronto1-14/+14
2025-08-07Added API function for solution variationsSebastiano Tronto1-0/+26
2025-07-31Added move sequence comparison functionSebastiano Tronto1-0/+12
2025-07-28Turns checks into assertions in utils/math.hSebastiano Tronto1-0/+1
2025-05-27Removed VLA notation from function parameters.Sebastiano Tronto1-4/+4
2025-05-19Refactored checkdataSebastiano Tronto1-113/+7
2025-05-18Refactor solver dispatch and checkdataSebastiano Tronto1-112/+31
2025-04-29Added stop / pause / resume solve to APISebastiano Tronto1-6/+18
2025-04-23Added orientation to getcubeSebastiano Tronto1-8/+11
2025-04-23Adjusted solvers, fixed bugSebastiano Tronto1-10/+2
2025-04-22Update tests for oriented_cube_tSebastiano Tronto1-14/+22
2025-04-22Remove compose from the public APISebastiano Tronto1-41/+0
2025-04-22Updated tests and added fixed =A to B32 outputSebastiano Tronto1-11/+11
2025-04-22Removed old scripts and updated public APISebastiano Tronto1-62/+18
2025-04-21Always use unsigned char * for data buffersSebastiano Tronto1-14/+12
2025-04-19Improved logging, especially for solveSebastiano Tronto1-42/+36
2025-04-17Sped up checkdata for H48 tablesSebastiano Tronto1-1/+1
2025-04-17Small rework of optimal vs maxsolsSebastiano Tronto1-7/+5
2025-04-15Better logging functionSebastiano Tronto1-11/+10
2025-04-08Some minor changes to the interface.Sebastiano Tronto1-20/+18
2025-04-02Added dreo coordinate solverSebastiano Tronto1-0/+1
2025-03-26Added inverse coordinate for COSebastiano Tronto1-1/+1
2025-03-25More safety with pointers using VLA function parametersSebastiano Tronto1-3/+3
2025-03-14Added checkdata for coord EOSebastiano Tronto1-0/+5
2025-03-14Replaced datasize with solverinfoSebastiano Tronto1-5/+32
2025-03-12Revert API changeSebastiano Tronto1-3/+1
2025-03-09Working (?) version of coordinate solverSebastiano Tronto1-6/+15
2024-12-16Fixed alignment bugSebastiano Tronto1-0/+22
2024-12-15Implemented 'optimal' optionSebastiano Tronto1-3/+5
2024-12-14Allow choosing number of threads when calling solve()Sebastiano Tronto1-1/+15
2024-12-07Merge the "solver-experiments" branch that I have been working on forSebastiano Tronto1-43/+37
2024-10-19Safer handling of corrupt dataSebastiano Tronto1-3/+17
2024-10-19Finished Python moduleSebastiano Tronto1-4/+9
2024-10-18Add node and fallback benchmarkingSebastiano Tronto1-3/+4
2024-10-18New interface function nissy_countmovesSebastiano Tronto1-0/+12
2024-10-14Interface changes, progress with pythonSebastiano Tronto1-80/+35
2024-10-13Removed nissy_explainerror and moved datainfo to toolsSebastiano Tronto1-144/+0
2024-10-12Make writemoves (and solver) safer by checking buffer sizeSebastiano Tronto1-3/+0
2024-10-12Make gendata and co safer by checking buffer sizeSebastiano Tronto1-7/+14
2024-10-12Make writecube saferSebastiano Tronto1-40/+33
2024-10-12Changed from size_t to uint64_tSebastiano Tronto1-5/+5
2024-10-11Added buffer sizes in API argsSebastiano Tronto1-24/+75
2024-10-11Error codes, documentation, change nisstype from string to flagsSebastiano Tronto1-43/+257
2024-10-10Improved error messages and add some comments in nissy.hSebastiano Tronto1-6/+57
2024-10-10Removed "options" from solver selectionSebastiano Tronto1-66/+46
2024-10-06Fix concurrency issuesSebastiano Tronto1-1/+1
2024-10-05Fix rare data raceSebastiano Tronto1-1/+1

Generated with cgit - Back to sebastiano.tronto.net