aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix solvers for k = 2, and changes to solve toolSebastiano Tronto2024-10-142-12/+19
* Interface changes, progress with pythonSebastiano Tronto2024-10-142-8/+12
* Make writemoves (and solver) safer by checking buffer sizeSebastiano Tronto2024-10-122-7/+38
* Make gendata and co safer by checking buffer sizeSebastiano Tronto2024-10-125-69/+84
* Small warning fixes to gendataSebastiano Tronto2024-10-101-3/+10
* Removed some useless outputSebastiano Tronto2024-10-062-7/+7
* Fix concurrency issuesSebastiano Tronto2024-10-062-43/+72
* Remove unnecessary _AtomicsSebastiano Tronto2024-10-054-27/+34
* Merge branch 'master' of tronto.net:h48Sebastiano Tronto2024-10-051-0/+31
|\
| * Added expected distributionsSebastiano Tronto2024-10-051-0/+31
* | Fix rare data raceSebastiano Tronto2024-10-054-29/+29
|/
* Removed excessive LOG from gendata cocsepSebastiano Tronto2024-10-041-2/+0
* Avoid repeating typedefs in testsSebastiano Tronto2024-10-048-117/+121
* Remove more locksSebastiano Tronto2024-10-031-23/+19
* Removed useless lockSebastiano Tronto2024-10-031-9/+1
* Improve gendata performance by replacing locks with atomic operationsSebastiano Tronto2024-10-035-62/+53
* Merge remote-tracking branch 'upstream/master'enricotenuti2024-09-292-9/+123
|\
| * oopsieSebastiano Tronto2024-09-271-1/+1
| * Made table derivation tool more flexibleSebastiano Tronto2024-09-271-8/+11
| * Use constant instead of magic numberSebastiano Tronto2024-09-271-12/+8
| * Merge branch 'master' of tronto.net:h48Sebastiano Tronto2024-09-272-1/+35
| |\
| | * Added checkdata functionSebastiano Tronto2024-09-262-1/+35
| * | First try for derive tablesSebastiano Tronto2024-09-271-7/+88
| |/
* | minor changes for PRenricotenuti2024-09-293-15/+14
* | No malloc, static tasks pollenricotenuti2024-09-281-11/+10
* | go back to non atomic activeenricotenuti2024-09-281-2/+4
* | format fix thread.henricotenuti2024-09-271-10/+2
* | Fixed solutions vector, added constantsenricotenuti2024-09-262-10/+14
* | Fixed nsols, added atomic vars where possibleenricotenuti2024-09-251-12/+8
* | Fixed multithread search, todo multiple scramble memory releaseenricotenuti2024-09-241-92/+66

Generated with cgit - Back to sebastiano.tronto.net