SAT-DPLL-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

Preprocessing

Synopsis

Documentation

dimacs :: FilePath -> IO KB Source #

(dimacs f) is the pair (ps,vs) where ps is the set of formulas wich corresponds to the formula in DIMACS format writed in the file f and vs is the list of variables wich occurs in any propositional formula.