Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@sraaphorst sraaphorst released this 04 Dec 21:29
· 1 commit to master since this release
13742da

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.