Skip to content

Releases: sraaphorst/dlx-constexpr

Initial release

04 Dec 21:29
13742da
Compare
Choose a tag to compare

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.