CurryInfo: smtlib-solver-3.0.0 / Solver.SMTLIB.Z3.setSMTOpts

definition:
setSMTOpts :: SMTOpts -> SMTSess ()
setSMTOpts opts = evalSession $ do
  resetSession
  modify $ \s -> s { options = opts }
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Set options for SMT solving
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
setSMTOpts
precedence:
no precedence defined
result-values:
_
signature:
Solver.SMTLIB.Types.SMTOpts -> Solver.SMTLIB.Internal.Interaction.SMTSess ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms