Copyright | (c) Dominik Luecke Uni Bremen 2007 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | luecke@informatik.uni-bremen.de |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
This is the connection of the SAT-Solver minisat to Hets
Synopsis
Documentation
data MiniSatVer Source #
Instances
Show MiniSatVer Source # | |
Defined in Propositional.ProveMinisat showsPrec :: Int -> MiniSatVer -> ShowS show :: MiniSatVer -> String showList :: [MiniSatVer] -> ShowS |
minisatProver :: MiniSatVer -> Prover Sign FORMULA Morphism PropSL ProofTree Source #
The Prover implementation.
Implemented are: a prover GUI, and both commandline prover interfaces.
minisatConsChecker :: MiniSatVer -> ConsChecker Sign FORMULA PropSL Morphism ProofTree Source #
The Consistency Cheker.