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

(rewriter.cache_all=true) refutation soundness bug #5141

Closed
jiwonparc opened this issue Mar 31, 2021 · 1 comment
Closed

(rewriter.cache_all=true) refutation soundness bug #5141

jiwonparc opened this issue Mar 31, 2021 · 1 comment

Comments

@jiwonparc
Copy link

commit: 1fc9a7b

$ z3release small.smt2
sat
$ z3release rewriter.cache_all=true small.smt2
unsat
$ z3-4.8.10 rewriter.cache_all=true small.smt2
unsat
$ cat small.smt2
(declare-fun a () String)
(assert
 (str.in_re
 (str.++ a "z")
 (re.++
  (re.union (str.to_re "c") (str.to_re (ite (= a "") "z" "")))
  (str.to_re "z")
  (str.to_re (ite (= a "") "z" "")))))
(check-sat)
@NikolajBjorner
Copy link
Contributor

file under #5140

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

2 participants