We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, For this case, Z3 smt.threads=3 gives an incorrect answer:
[93] % ./z3release small.smt2 sat [94] % ./z3release smt.threads=3 small.smt2 unsat [95] % cat small.smt2 (declare-fun a () String) (assert (str.in.re (str.++ "z" a)(re.* (re.+ (re.++ (re.* (str.to.re "b"))(str.to.re "z")))))) (assert (not (str.in.re a (re.inter (str.to.re "") (re.* (str.to.re "a" )))))) (check-sat) [96] %
OS: Ubuntu 18.04 Commit: 8fe3caa
The text was updated successfully, but these errors were encountered:
#4049
Sorry, something went wrong.
No branches or pull requests
Hi,
For this case, Z3 smt.threads=3 gives an incorrect answer:
OS: Ubuntu 18.04
Commit: 8fe3caa
The text was updated successfully, but these errors were encountered: