Skip to content

Releases: sraaphorst/dlx-constexpr

Release list

Initial release

Choose a tag to compare

@sraaphorst sraaphorst released this 04 Dec 21:29
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.