You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's make the Crucible backend parametric in the SMT solver. This it not as easy as it could be because the SMT solver choice is part of the type of the backend.
The text was updated successfully, but these errors were encountered:
Fixed via #1672. The new (experimental) set_path_sat_solver command allows users to select which solver to use for path-sat checking. Currently only Z3 and Yices are supported, but it would be relatively easy to add others.
#1515 switches the SMT solver used during the Crucible symbolic execution from Yices to Z3:
saw-script/src/SAWScript/Crucible/Common.hs
Line 43 in 608c65e
Let's make the Crucible backend parametric in the SMT solver. This it not as easy as it could be because the SMT solver choice is part of the type of the backend.
The text was updated successfully, but these errors were encountered: