satchmo-2.9.9.3: SAT encoding monad

Safe HaskellNone
LanguageHaskell98

Satchmo.SAT.Mini

Documentation

emit :: MonadSAT m => Clause -> m () Source

newtype SolveOptions Source

Constructors

SolveOptions 

Fields

verboseOutput :: Bool
 

solve :: SAT (SAT a) -> IO (Maybe a) Source