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 all,
@michaelborkowski and I found this query where z3 seems to hang.
https://www.dropbox.com/s/j5rw8jqej95j801/z3_hang.smt2?dl=0
I've whittled it down to a minimal query with many declarations and
assert
push
check-sat
Deleting any of the assert or push makes the query finish instantaneously.
The assert are quite large conjunctions -- I could probably shrink them further if you need.
Any idea what may be going on?
The text was updated successfully, but these errors were encountered:
a7bc471
Thanks @NikolajBjorner!
Sorry, something went wrong.
No branches or pull requests
Hi all,
@michaelborkowski and I found this query where z3 seems to hang.
https://www.dropbox.com/s/j5rw8jqej95j801/z3_hang.smt2?dl=0
I've whittled it down to a minimal query with many declarations and
assert
spush
check-sat
Deleting any of the
assert
orpush
makes the query finish instantaneously.The
assert
are quite large conjunctions -- I could probably shrink them further if you need.Any idea what may be going on?
The text was updated successfully, but these errors were encountered: