@hackage smtlib-backends-z30.3.1
An SMT-LIB backend implemented using Z3's C API.
Categories
License
MIT
Maintainer
facundo.dominguez@tweag.io, gabriel.hondet@tweag.io, mathieu.montin@tweag.io
Links
Versions
Installation
Dependencies (3)
- base >=4.14 && <4.23
- bytestring >=0.10.12 && <0.13
- smtlib-backends >=0.3 && <0.5 Show all…
Dependents (1)
@hackage/liquid-fixpoint
This library implements an SMT-LIB backend (in the sense of the smtlib-backends package) using inlined calls to Z3's C API. It is thus in particular faster than the standard backends relying on running solvers as external processes, as the OS doesn't need to spawn processes and handle pipes between them.