Module z3
Expand description
This module contains glue code that implements liblisa::smt::SmtSolver
.
To use this module, the feature z3
needs to be enabled.
Structsยง
- A Z3 bitvector.
- A Z3 Bool.
- A Z3 Array.
- A Z3 Int.
- The Z3 model returned when assertions are satisfiable.
- A reference to the Z3 model returned when assertions are satisfiable.
- A
SolverProvider
that uses a thread-local Z3 instance. - The Z3
SmtSolver
.