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 formula,
(declare-fun a () String) (assert (str.in.re a (re.loop (str.to.re "b") 1 0))) (assert (> (str.len a) 0)) (check-sat)
z3 trunk reports unsat, while z3-4.8.6 and CVC4 reports sat.
unsat
sat
OS: Ubuntu 18.04 Revision: d95b549
The text was updated successfully, but these errors were encountered:
3c6dcea
No branches or pull requests
Hi,
For this formula,
z3 trunk reports
unsat
, while z3-4.8.6 and CVC4 reportssat
.OS: Ubuntu 18.04
Revision: d95b549
The text was updated successfully, but these errors were encountered: