abc-puzzle

Generate instances of the ABC Logic Puzzle.

https://github.com/pa-ba/abc-puzzle

Latest on Hackage:0.2.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Patrick Bahr
Maintained by [email protected]

This program generate instances of the ABC Logic Puzzle (http://en.wikipedia.org/wiki/Buchstabensalat_%28logic_puzzle%29). The implementation uses the MiniSat SAT solver (http://minisat.se/) to guide the search for a valid puzzle. Each generated puzzle has one unique solution.