-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Invalid model with sequences #2445
Comments
now produces unsat |
Looks like this got broken again. This time it produces |
slightly reduced
script (could be more elaborate about reducing other AST nodes based on subterms)
|
note: this is still open and reproduces with suitable value of smt.random_seed. |
z3 now answers this correctly |
This tricky to debug. Depends random seed. Spent some time last month on this. Have smaller reports as well. |
Z3 returns SAT for the following benchmark, suggesting the value of
s0
should be1596
in the model. I'm pretty confident that this benchmark is actuallyUNSAT
. Indeed, if I put the extra assertion thats0
is1596
, z3 then returnsUNSAT
. (See Lines 7-8 below.)Unfortunately, I wasn't able to make it any smaller, and
model_validate=true
isn't complaining.The text was updated successfully, but these errors were encountered: