aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Turns checks into assertions in utils/math.hSebastiano Tronto2025-07-281-0/+1
* Removed VLA notation from function parameters.Sebastiano Tronto2025-05-271-4/+4
* Refactored checkdataSebastiano Tronto2025-05-191-113/+7
* Refactor solver dispatch and checkdataSebastiano Tronto2025-05-181-112/+31
* Added stop / pause / resume solve to APISebastiano Tronto2025-04-291-6/+18
* Added orientation to getcubeSebastiano Tronto2025-04-231-8/+11
* Adjusted solvers, fixed bugSebastiano Tronto2025-04-231-10/+2
* Update tests for oriented_cube_tSebastiano Tronto2025-04-221-14/+22
* Remove compose from the public APISebastiano Tronto2025-04-221-41/+0
* Updated tests and added fixed =A to B32 outputSebastiano Tronto2025-04-221-11/+11
* Removed old scripts and updated public APISebastiano Tronto2025-04-221-62/+18
* Always use unsigned char * for data buffersSebastiano Tronto2025-04-211-14/+12
* Improved logging, especially for solveSebastiano Tronto2025-04-191-42/+36
* Sped up checkdata for H48 tablesSebastiano Tronto2025-04-171-1/+1
* Small rework of optimal vs maxsolsSebastiano Tronto2025-04-171-7/+5
* Better logging functionSebastiano Tronto2025-04-151-11/+10
* Some minor changes to the interface.Sebastiano Tronto2025-04-081-20/+18
* Added dreo coordinate solverSebastiano Tronto2025-04-021-0/+1
* Added inverse coordinate for COSebastiano Tronto2025-03-261-1/+1
* More safety with pointers using VLA function parametersSebastiano Tronto2025-03-251-3/+3
* Added checkdata for coord EOSebastiano Tronto2025-03-141-0/+5
* Replaced datasize with solverinfoSebastiano Tronto2025-03-141-5/+32
* Revert API changeSebastiano Tronto2025-03-121-3/+1
* Working (?) version of coordinate solverSebastiano Tronto2025-03-091-6/+15
* Fixed alignment bugSebastiano Tronto2024-12-161-0/+22
* Implemented 'optimal' optionSebastiano Tronto2024-12-151-3/+5
* Allow choosing number of threads when calling solve()Sebastiano Tronto2024-12-141-1/+15
* Merge the "solver-experiments" branch that I have been working on forSebastiano Tronto2024-12-071-43/+37
* Safer handling of corrupt dataSebastiano Tronto2024-10-191-3/+17
* Finished Python moduleSebastiano Tronto2024-10-191-4/+9
* Add node and fallback benchmarkingSebastiano Tronto2024-10-181-3/+4
* New interface function nissy_countmovesSebastiano Tronto2024-10-181-0/+12
* Interface changes, progress with pythonSebastiano Tronto2024-10-141-80/+35
* Removed nissy_explainerror and moved datainfo to toolsSebastiano Tronto2024-10-131-144/+0
* Make writemoves (and solver) safer by checking buffer sizeSebastiano Tronto2024-10-121-3/+0
* Make gendata and co safer by checking buffer sizeSebastiano Tronto2024-10-121-7/+14
* Make writecube saferSebastiano Tronto2024-10-121-40/+33
* Changed from size_t to uint64_tSebastiano Tronto2024-10-121-5/+5
* Added buffer sizes in API argsSebastiano Tronto2024-10-111-24/+75
* Error codes, documentation, change nisstype from string to flagsSebastiano Tronto2024-10-111-43/+257
* Improved error messages and add some comments in nissy.hSebastiano Tronto2024-10-101-6/+57
* Removed "options" from solver selectionSebastiano Tronto2024-10-101-66/+46
* Fix concurrency issuesSebastiano Tronto2024-10-061-1/+1
* Fix rare data raceSebastiano Tronto2024-10-051-1/+1
* Merge remote-tracking branch 'upstream/master'enricotenuti2024-09-291-2/+71
|\
| * Merge branch 'master' of tronto.net:h48Sebastiano Tronto2024-09-271-1/+4
| |\
| | * Fixed checkdataSebastiano Tronto2024-09-271-1/+4
| * | Use constant instead of magic numberSebastiano Tronto2024-09-271-5/+5
| |/
| * Added checkdata toolSebastiano Tronto2024-09-261-2/+5
| * Added checkdata functionSebastiano Tronto2024-09-261-0/+63

Generated with cgit - Back to sebastiano.tronto.net