aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/checkdata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update commentsSebastiano Tronto2025-12-141-1/+4
|
* Cleanup, update documentation, fix examplesSebastiano Tronto2025-12-141-117/+75
|
* Bye bye h0k4Sebastiano Tronto2025-12-141-0/+4
|
* Intertwined table seems to workSebastiano Tronto2025-12-141-1/+1
|
* Cleanup some TODOsSebastiano Tronto2025-07-291-4/+1
|
* Small fixesSebastiano Tronto2025-06-191-2/+2
|
* Removed VLA notation from function parameters.Sebastiano Tronto2025-05-271-2/+2
| | | | | 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-0/+234
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.

Generated with cgit - Back to sebastiano.tronto.net