Closed qaristote closed 1 year ago
This PR updates the PureSMT module to use the latest version of smtlib-backends. The Z3 API is now calls using FFI instead of inline-c. Other than that, the two versions of PIrouette should be equivalent.
PureSMT
smtlib-backends
inline-c
Thanks!
This PR updates the
PureSMT
module to use the latest version ofsmtlib-backends
. The Z3 API is now calls using FFI instead ofinline-c
. Other than that, the two versions of PIrouette should be equivalent.