aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some minor changes to the interface.Sebastiano Tronto2025-04-082-3/+3
| | | | | | | | | - Simplified logger to accept only a string, not a variadic list of args like printf(). This can still use some improvement, but now it is easier to use from other languages. - Fixed some misuses of the logger (wrong types etc) - Renamed some constants - Fixed some typos in comments.
* Added dreo coordinate solverSebastiano Tronto2025-04-029-14/+168
|
* Make single-use struct field anonymousSebastiano Tronto2025-04-011-12/+10
|
* Make symcoord logic genericSebastiano Tronto2025-04-014-115/+191
|
* Fix mismatched type in function prototype and implementationSebastiano Tronto2025-04-012-2/+2
|
* simplified allowedmoves logicSebastiano Tronto2025-04-011-2/+12
|
* Optimize genptable for coordinate solve (20x speedup)Sebastiano Tronto2025-03-292-19/+99
|
* DR coordinate solverSebastiano Tronto2025-03-286-14/+231
|
* More safety with pointers using VLA function parametersSebastiano Tronto2025-03-252-9/+26
|
* Added NISS to coord solverSebastiano Tronto2025-03-257-95/+272
|
* Big cleanup for appendsolution()Sebastiano Tronto2025-03-241-96/+51
| | | | | | | | | | With this PR the appendsolution routine is extracted from the h48 solver and the new coordinate solver and made generic. This has many advantages: - less repetition (even if the two versions are different enough that *for now* it was not a big deal) - smaller h48/solve.h file, which is already a big beast - easier to test the appendsolution() routine separately
* Some safety with move arrays, small refactor appendcharSebastiano Tronto2025-03-224-51/+41
|
* Filter solutions for coordinate solver and fix orderingSebastiano Tronto2025-03-193-3/+7
|
* BugfixSebastiano Tronto2025-03-141-4/+14
|
* Added checkdata for coord EOSebastiano Tronto2025-03-141-0/+24
|
* Replaced datasize with solverinfoSebastiano Tronto2025-03-142-1/+19
|
* Revert API changeSebastiano Tronto2025-03-123-10/+25
|
* Working (?) version of coordinate solverSebastiano Tronto2025-03-095-34/+69
|
* renamed some filesSebastiano Tronto2025-03-084-6/+5
|
* FixesSebastiano Tronto2025-03-071-4/+4
|
* More progress on coordinate solverSebastiano Tronto2025-03-075-6/+267
|
* Begin work for coordinate solverSebastiano Tronto2025-03-045-0/+203

Generated with cgit - Back to sebastiano.tronto.net