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
Hi,
I found out that the following (probably invalid formula) is accepted by z3 compiled with assertions.
(assert (a 0 (let ())
z3 throws the following assertion violation
File: ../src/util/ref_vector.h Line: 91 sz <= m_nodes.size()
I'm curious, where do you typically put assertions and when you put them do you expect unintended behaviour at that very place?
OS: Ubuntu 18.04 Revision: dee8a9f
The text was updated successfully, but these errors were encountered:
2dd9ea0
No branches or pull requests
Hi,
I found out that the following (probably invalid formula) is accepted by z3 compiled with assertions.
z3 throws the following assertion violation
I'm curious, where do you typically put assertions and when you put them do you expect
unintended behaviour at that very place?
OS: Ubuntu 18.04
Revision: dee8a9f
The text was updated successfully, but these errors were encountered: