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

Issue with tactic #6991

Closed
merlinsun opened this issue Nov 14, 2023 · 0 comments
Closed

Issue with tactic #6991

merlinsun opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels

Comments

@merlinsun
Copy link

Hi,
For this following instance, z3 c2610cb yields unsat with (check-sat-using qe2), while cvc5 gives sat.

$ cat test.smt2
(declare-fun a () Int)  
(declare-fun b () Int)   
(declare-fun c () Int)     
(declare-fun d () Bool) 
(declare-fun e () (Array Bool Bool))  
(assert (forall ((f (Array Int Bool)) (g Int)) (=> (=> (= g c) (distinct e (store e d false))) (select (store (store f 1 true) b false) a))))   
(check-sat) 
(check-sat-using qe2) 
$ z3 test.smt2
unknown
unsat
$ cvc5 test.smt2
sat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants