dpll An implementation of the Davis-Putnam-Logemann-Loveland (DPLL) algorithm for solving the CNF-SAT problem. This algorithm decides the satisfiability of propositional logic formulae in conjunctive normal form (CNF) - i.e. an AND of ORs. Documentation @ http://ofmooseandmen.github.io/dpll