Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
This module provides the data-type SMTOption
for adjusting a SMT-Solvers options.
Synopsis
Documentation
Options for SMT-Solvers.
PrintSuccess Bool | Print "success" after each operation |
ProduceModels Bool | Produce a satisfying assignment after each successful checkSat |
Incremental Bool | Incremental solving |
Custom String String | Custom options. First String is the option, second its value. |
Instances
Data SMTOption Source # | |
Defined in Language.Hasmtlib.Type.Option gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SMTOption -> c SMTOption # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SMTOption # toConstr :: SMTOption -> Constr # dataTypeOf :: SMTOption -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SMTOption) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SMTOption) # gmapT :: (forall b. Data b => b -> b) -> SMTOption -> SMTOption # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SMTOption -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SMTOption -> r # gmapQ :: (forall d. Data d => d -> u) -> SMTOption -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SMTOption -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SMTOption -> m SMTOption # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SMTOption -> m SMTOption # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SMTOption -> m SMTOption # | |
Show SMTOption Source # | |
Eq SMTOption Source # | |
Ord SMTOption Source # | |
Defined in Language.Hasmtlib.Type.Option | |
Render SMTOption Source # | |