Skip to content
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

Longstanding soundness bug in Array logic, qflra tactic #4102

Closed
wintered opened this issue Apr 25, 2020 · 0 comments
Closed

Longstanding soundness bug in Array logic, qflra tactic #4102

wintered opened this issue Apr 25, 2020 · 0 comments

Comments

@wintered
Copy link

[565] % z3-4.8.5 small.smt2 
unsat
sat
[566] % z3-4.8.5 small.smt2 
unsat
sat
[567] % z3-4.8.6 small.smt2 
unsat
sat
[568] % z3-4.8.7 small.smt2 
unsat
sat
[569] % z3 small.smt2 
unsat
sat
[570] % 
[570] % cat small.smt2 
(declare-fun b ((Array Int (Array Int Int))) Bool)
(declare-fun d () (Array Int (Array Int Int)))
(assert (forall ((a (Array Int (Array Int Int)))) (b a)))
(assert (not (b d)))
(check-sat)
(check-sat-using (then qe2 qflra))
[571] %

OS: Ubuntu 18.04
Commit: 9ea1cf3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant