prove-rs / z3.rs

Rust bindings for the Z3 solver.
347 stars 110 forks source link

Remove Z3_MUTEX. #211

Closed waywardmonkeys closed 2 years ago

waywardmonkeys commented 2 years ago

The issues with Z3 that caused this to be needed were fixed long ago, so hopefully this is no longer required.

An earlier version of this patch was developed by blackbinary@qq.com.

This replaces the work previously in #143.