@hackage smtlib-backends-z30.3.1

An SMT-LIB backend implemented using Z3's C API.

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.