Enum smtlib_lowlevel::ast::Option
source · pub enum Option {
Show 15 variants
DiagnosticOutputChannel(String),
GlobalDeclarations(BValue),
InteractiveMode(BValue),
PrintSuccess(BValue),
ProduceAssertions(BValue),
ProduceAssignments(BValue),
ProduceModels(BValue),
ProduceProofs(BValue),
ProduceUnsatAssumptions(BValue),
ProduceUnsatCores(BValue),
RandomSeed(Numeral),
RegularOutputChannel(String),
ReproducibleResourceLimit(Numeral),
Verbosity(Numeral),
Attribute(Attribute),
}Variants§
DiagnosticOutputChannel(String)
:diagnostic-output-channel <string>
GlobalDeclarations(BValue)
:global-declarations <b_value>
InteractiveMode(BValue)
:interactive-mode <b_value>
PrintSuccess(BValue)
:print-success <b_value>
ProduceAssertions(BValue)
:produce-assertions <b_value>
ProduceAssignments(BValue)
:produce-assignments <b_value>
ProduceModels(BValue)
:produce-models <b_value>
ProduceProofs(BValue)
:produce-proofs <b_value>
ProduceUnsatAssumptions(BValue)
:produce-unsat-assumptions <b_value>
ProduceUnsatCores(BValue)
:produce-unsat-cores <b_value>
RandomSeed(Numeral)
:random-seed <numeral>
RegularOutputChannel(String)
:regular-output-channel <string>
ReproducibleResourceLimit(Numeral)
:reproducible-resource-limit <numeral>
Verbosity(Numeral)
:verbosity <numeral>
Attribute(Attribute)
<attribute>