[−][src]Trait gf::smt::SolverInstance
⚪ An SMT solver instance.
Associated Types
type Model: SolverModel
Model implementation type.
Required methods
fn assert(&mut self, expr: Expr)
Assert an expression.
fn solve(self) -> SolverResult<Self>
Check whether the current assertion set is satisfiable and return the model.