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
[597] % z3release small.smt2 unsat [598] % z3release smt.threads=2 proof=true model_validate=true small.smt2 sat [599] % cat small.smt2 (declare-datatypes ((D 0)) (((C)))) (define-funs-rec ((b ((a D)) Bool)) ((str.< "bb" "aa"))) (declare-fun e () D) (assert (b e)) (check-sat)
The text was updated successfully, but these errors were encountered:
6ed2b44
fix #6127 again
0353fc3
this time adding inheritance to the recfun plugin so it properly contains the recursive definitions from the source.
No branches or pull requests
The text was updated successfully, but these errors were encountered: