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

(smt.threads=2, proof=true) solution unsoundness on an instance with datatypes and define-funs-rec #6127

Closed
zhendongsu opened this issue Jul 3, 2022 · 0 comments

Comments

@zhendongsu
Copy link

[597] % z3release small.smt2
unsat
[598] % z3release smt.threads=2 proof=true model_validate=true small.smt2
sat
[599] % cat small.smt2
(declare-datatypes ((D 0)) (((C))))
(define-funs-rec ((b ((a D)) Bool)) ((str.< "bb" "aa")))
(declare-fun e () D)
(assert (b e))
(check-sat)
@nunoplopes nunoplopes removed the wontfix label Jul 4, 2022
NikolajBjorner added a commit that referenced this issue Jul 4, 2022
this time adding inheritance to the recfun plugin so it properly contains the recursive definitions from the source.
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

3 participants