| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added cornersx solver | Sebastiano Tronto | 2025-12-23 | 1 | -0/+1 |
| | | |||||
| * | Add coordinate solvers for cornersh48-corner-estimate | Sebastiano Tronto | 2025-12-19 | 1 | -0/+1 |
| | | |||||
| * | Cleanup, update documentation, fix examples | Sebastiano Tronto | 2025-12-14 | 1 | -1/+1 |
| | | |||||
| * | Intertwined table seems to work | Sebastiano Tronto | 2025-12-14 | 1 | -1/+1 |
| | | |||||
| * | Added solver aliases | Sebastiano Tronto | 2025-08-07 | 1 | -7/+39 |
| | | |||||
| * | Added DRFIN solver | Sebastiano Tronto | 2025-08-05 | 1 | -1/+8 |
| | | |||||
| * | Removed VLA notation from function parameters. | Sebastiano Tronto | 2025-05-27 | 1 | -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 checkdata | Sebastiano Tronto | 2025-05-19 | 1 | -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 checkdata | Sebastiano Tronto | 2025-05-18 | 1 | -0/+49 |
