Enum rsmt2::Logic[][src]

pub enum Logic {
Show 13 variants QF_UF, QF_LIA, QF_NIA, QF_LRA, QF_AUFLIA, AUFLIA, AUFLIRA, AUFNIRA, LRA, QF_BV, QF_UFBV, QF_ABV, QF_AUFBV,
}
Expand description

SMT Lib 2 logics, used with Solver::set_logic.

Variants

QF_UF

Quantifier-free uninterpreted functions.

QF_LIA

Quantifier-free linear integer arithmetic.

QF_NIA

Quantifier-free non-linear integer arithmetic.

QF_LRA

Quantifier-free linear real arithmetic.

QF_AUFLIA

Quantifier-free arrays, uninterpreted functions, linear integer arithmetic.

AUFLIA

Arrays, uninterpreted functions, linear integer arithmetic.

AUFLIRA

Arrays, uninterpreted functions, linear integer/real arithmetic.

AUFNIRA

arrays, uninterpreted functions, non-linear integer/real arithmetic.

LRA

Linear real arithmetic.

QF_BV

Quantifier-free fixed-size bitvectors.

QF_UFBV

Quantifier-free uninterpreted functions, fixed-size bitvectors.

QF_ABV

Quantifier-free arrays, fixed-size bitvectors.

QF_AUFBV

Quantifier-free arrays, uninterpreted functions, fixed-size bitvectors.

Implementations

Prints the logic in a writer in SMT Lib 2 format.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.