hasmtlib-2.1.0: A monad for interfacing with external SMT solvers
Safe HaskellSafe-Inferred
LanguageGHC2021

Language.Hasmtlib.Type.Option

Synopsis

Documentation

data SMTOption Source #

Options for SMT-Solvers.

Constructors

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

Instances details
Data SMTOption Source # 
Instance details

Defined in Language.Hasmtlib.Type.Option

Methods

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 # 
Instance details

Defined in Language.Hasmtlib.Type.Option

Eq SMTOption Source # 
Instance details

Defined in Language.Hasmtlib.Type.Option

Ord SMTOption Source # 
Instance details

Defined in Language.Hasmtlib.Type.Option

Render SMTOption Source # 
Instance details

Defined in Language.Hasmtlib.Type.Option