Struct rsmt2::conf::SolverConf [] [src]

pub struct SolverConf { /* fields omitted */ }

Configuration and solver specific info.

Methods

impl SolverConf
[src]

[src]

Creates a new z3-like solver configuration.

[src]

Creates a new CVC4-like solver configuration.

[src]

Solver style.

[src]

Solver command.

[src]

Options of the configuration.

[src]

Indicates if parse success is active.

[src]

Keyword for check-sat with assumptions.

[src]

Adds an option to the configuration.

[src]

Sets the command for the solver.

[src]

Activates parse sucess.

[src]

Activates unsat-core production.

Trait Implementations

impl Debug for SolverConf
[src]

[src]

Formats the value using the given formatter.

impl Clone for SolverConf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more