Struct rsmt2::SolverConf [] [src]

pub struct SolverConf { /* fields omitted */ }

Configuration and solver specific info.

Methods

impl SolverConf
[src]

Creates a new z3-like solver configuration.

Creates a new CVC4-like solver configuration.

Solver style.

Solver command.

Options of the configuration.

Indicates if parse success is active.

Keyword for check-sat with assumptions.

Adds an option to the configuration.

Sets the command for the solver.

Activates parse sucess.

Activates unsat-core production.

Trait Implementations

impl Debug for SolverConf
[src]

Formats the value using the given formatter.

impl Clone for SolverConf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more