aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/checkdata.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-14Update commentsSebastiano Tronto1-1/+4
2025-12-14Cleanup, update documentation, fix examplesSebastiano Tronto1-117/+75
2025-12-14Bye bye h0k4Sebastiano Tronto1-0/+4
2025-12-14Intertwined table seems to workSebastiano Tronto1-1/+1
2025-07-29Cleanup some TODOsSebastiano Tronto1-4/+1
2025-06-19Small fixesSebastiano Tronto1-2/+2
2025-05-27Removed VLA notation from function parameters.Sebastiano Tronto1-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.
2025-05-19Refactored checkdataSebastiano Tronto1-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