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

(ufbv) refutation unsoudness #6476

Closed
zhendongsu opened this issue Dec 4, 2022 · 0 comments
Closed

(ufbv) refutation unsoudness #6476

zhendongsu opened this issue Dec 4, 2022 · 0 comments

Comments

@zhendongsu
Copy link

Commit: 54a8d65
OS: Ubuntu 18.04

[586] % z3release small.smt2
unsat
sat
[587] % cat small.smt2
(declare-sort S 0)
(declare-sort S1 0)
(declare-sort S2 0)
(declare-fun f () S)
(declare-fun f1 () S)
(declare-fun f2 (S1 S) S)
(declare-fun f3 (S2 S) S1)
(declare-fun f4 () S)
(declare-fun f5 () S2)
(assert (not (= f1 (f2 (f3 f5 f4) f))))
(assert (not (= f f4)))
(assert (forall ((q S) (v S)) (or (= q v) (= f1 (f2 (f3 f5 q) v)) (= (f2 (f3 f5 v) q) f1))))
(assert (forall ((q S)) (not (= (f2 (f3 f5 q) q) f1))))
(check-sat-using ufbv)
(check-sat)
NikolajBjorner added a commit that referenced this issue Dec 4, 2022
hgvk94 pushed a commit to hgvk94/z3 that referenced this issue Mar 27, 2023
hgvk94 pushed a commit to hgvk94/z3 that referenced this issue Mar 27, 2023
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