Enum rsmt2::conf::SolverStyle [] [src]

pub enum SolverStyle {
    Z3,
    CVC4,
}

Solver styles.

Variants

Z3-style smt solver.

CVC4-style smt solver.

Methods

impl SolverStyle
[src]

[src]

Default configuration for a solver style.

[src]

A solver style from a string.

[src]

Legal string representations of solver styles.

[src]

Default command for a solver style.

Trait Implementations

impl Debug for SolverStyle
[src]

[src]

Formats the value using the given formatter.

impl Clone for SolverStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for SolverStyle
[src]

[src]

Formats the value using the given formatter. Read more