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

Soundness bug define-funs-rec #3960

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

Soundness bug define-funs-rec #3960

wintered opened this issue Apr 14, 2020 · 0 comments

Comments

@wintered
Copy link

[698] % z3 small.smt2
sat
[699] % cvc4 -q small.smt2
unsat
[700] % 
[700] % cat small.smt2
(define-funs-rec ((a () Int) (b ((c Int)) Bool))
 (0 (ite (< c 0) false (ite (= c 0) true (b (- 2))))))
(assert (b 7))
(check-sat)
[701] %

OS: Ubuntu 18.04
Commit: 0f69783

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