ersatz-0.6: A monad for expressing SAT or QSAT problems using observable sharing.
Safe HaskellNone
LanguageHaskell2010

Ersatz.Solver.Kissat

Synopsis

Documentation

kissat :: MonadIO m => Solver SAT m Source #

Solver for SAT problems that tries to invoke the kissat executable from the PATH.

kissatPath :: MonadIO m => FilePath -> Solver SAT m Source #

Solver for SAT problems that tries to invoke a program that takes kissat compatible arguments.

The FilePath refers to the path to the executable.