Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sraaphorst authored Dec 4, 2018
1 parent a8fb2c7 commit 13742da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The entire library is small and based on a single header, namely `dlx_constexpr.

https://github.com/sraaphorst/dlx_constexpr/blob/master/dlx_contexpr.h

Simply drag this wherever you with is your source code tree, formulate your problem as an exact cover problem, and you're good to go. There are no dependencies or prerequisites apart from C++17. It may or may not work with your compiler: I have found that GCC is much more flexible with regards to `constexpr`, and clang far less so. This was tested with GCC 8.0, where it works perfectly; it produces errors in `constexpr` mode with clang 6.0.1.
Simply drag this to wherever your source code tree is located, formulate your problem as an exact cover problem, and you're good to go. There are no dependencies or prerequisites apart from C++17. It may or may not work with your compiler: I have found that GCC is much more flexible with regards to `constexpr`, and clang far less so. This was tested with GCC 8.0, where it works perfectly; it produces errors in `constexpr` mode with clang 6.0.1.

## Examples

Expand Down

0 comments on commit 13742da

Please sign in to comment.