aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord/dreo.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored checkdataSebastiano Tronto2025-05-191-0/+14
| | | | | | | | 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.
* NISSSebastiano Tronto2025-04-251-1/+1
|
* Always use unsigned char * for data buffersSebastiano Tronto2025-04-211-8/+8
| | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *.
* Added dreo coordinate solverSebastiano Tronto2025-04-021-0/+102

Generated with cgit - Back to sebastiano.tronto.net