aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/dispatch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed VLA notation from function parameters.Sebastiano Tronto2025-05-271-1/+1
| | | | | I found out that this gives undefined behavior when then size is 0. Better not to have it at all, it is confusing for other developers anyway.
* Refactored checkdataSebastiano Tronto2025-05-191-1/+5
| | | | | | | | Relevant changes include: - Changed the signature of nissy_checkdata(). - Removed expected_distribution.h from tools; this data is now included in each solver's src/ code. - Removed distribution check for cocsep; may add back later.
* Refactor solver dispatch and checkdataSebastiano Tronto2025-05-181-0/+49

Generated with cgit - Back to sebastiano.tronto.net