-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Performance regression from 4.8.7 to 4.8.8 #4743
Comments
NikolajBjorner
added a commit
that referenced
this issue
Oct 30, 2020
This specifically requires blasting select/stores into if-then-else. Default behavior:
Behavior that works for you
|
Thanks. |
nescio007
added a commit
to nescio007/teether
that referenced
this issue
Jul 27, 2021
starting from z3 version 4.8.8, some tests of teEther began to fail. It appears that a change z3's array handling was responsible for this behaviour, which caused z3 to output `unknown` instead of `sat`/`unsat` for some cases. A similar issue was reported as Z3Prover/z3#4743, and z3 v4.8.10 introduced a new parameter `rewriter.blast_select_store`, which re-enables the old default behaviour (Z3Prover/z3@f354671).
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The following formula is solved in 0.715s (unsat) with 4.8.7 and times out in 4.8.8
The text was updated successfully, but these errors were encountered: