Releases: sraaphorst/dlx-constexpr
Releases · sraaphorst/dlx-constexpr
Initial release
Code working properly to solve exact cover problems using DLX at compile time. (Real time solutions can be generated by simply not specifying constexpr
on the output.)
Examples using it are available as Catch2 test suites, both for Sudoku and t-(v,k,1)
combinatorial designs.