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
Commit: ed3f8a5
$ z3 unknown.smt2 unknown $ cvc5 -q --strings-exp unknown.smt2 sat $ cat unknown.smt2 (declare-const P String) (declare-const T String) (assert (= (str.is_digit T) (str.is_digit P))) (check-sat)
The text was updated successfully, but these errors were encountered:
aa05298
No branches or pull requests
Commit: ed3f8a5
The text was updated successfully, but these errors were encountered: