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
The current code uses scalaz3 instead of Z3 and CVC4 binaries. Moreover, we need to make sure we translate natural numbers and their corresponding operations (in particular subtraction) properly to match the semantics of our language.
The text was updated successfully, but these errors were encountered:
Add a rule for solving integer arithmetic constraints using Z3 and CVC4 binaries.
The current files (commented out) are:
The current code uses scalaz3 instead of Z3 and CVC4 binaries. Moreover, we need to make sure we translate natural numbers and their corresponding operations (in particular subtraction) properly to match the semantics of our language.
The text was updated successfully, but these errors were encountered: