puresat-0.1: Pure Haskell SAT-solver
SAT Solver implemented in Haskell.
PureSAT uses DPLL with non-chronological backtracking and learning of binaary clauses. Solver is in no-comparison to the state of the art solvers, but it's fast enough to solve sudoku.
Modules
puresat-0.1
- Control
- Monad
- PureSAT