We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently some properties only work with the latest version of Z3 not what is shipped with what4-solvers
https://github.com/GaloisInc/what4-solvers/releases/tag/snapshot-20240212
This was found during review of #161
Properties that do not :prove on Z3 4.8.14 have been identified and documented and changed to :check in the docstrings
:prove
:check
The text was updated successfully, but these errors were encountered:
On master (at commit 774ec5b), using z3 4.8.14, I found that
master
On 144-compress
144-compress
exhaust
On 144-encode
144-encode
On 147-ntt
147-ntt
:check-docstrings
Sorry, something went wrong.
No branches or pull requests
Summary
Currently some properties only work with the latest version of Z3 not what is shipped with what4-solvers
https://github.com/GaloisInc/what4-solvers/releases/tag/snapshot-20240212
This was found during review of #161
Acceptance Criteria
Properties that do not
:prove
on Z3 4.8.14 have been identified and documented and changed to:check
in the docstringsDo
:prove
on Z3 4.8.14:check
with explanation that it is provable with more recent versions of Z3.The text was updated successfully, but these errors were encountered: