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 the following trace shows a solution soundness bug on z3 c49d39a.
[602] % cvc4 -q small.smt2 unsat [603] % z3release small.smt2 sat [604] % [604] % cat small.smt2 (assert (distinct (str.replace_all "B" "A" "") "B")) (check-sat) [605] %
The text was updated successfully, but these errors were encountered:
97683bd
No branches or pull requests
Hi
the following trace shows a solution soundness bug on z3 c49d39a.
The text was updated successfully, but these errors were encountered: