Enum rsmt2::SolverStyle [] [src]

pub enum SolverStyle {
    Z3,
    CVC4,
}

Solver styles.

Variants

Z3-style smt solver.

CVC4-style smt solver.

Methods

impl SolverStyle
[src]

Default configuration for a solver style.

A solver style from a string.

Legal string representations of solver styles.

Default command for a solver style.

Trait Implementations

impl Debug for SolverStyle
[src]

Formats the value using the given formatter.

impl Clone for SolverStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for SolverStyle
[src]

Formats the value using the given formatter.