-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Z3 4.8.10 #79
base: master
Are you sure you want to change the base?
Z3 4.8.10 #79
Conversation
No, we need the absolute value fundecl it in Inox for the multiset encoding. Maybe it can be accessed differently though? |
Oh I somehow missed that call in |
What do you mean by a "lambda"? Inox-level lambdas aren't available anymore at that point, we're directly communicating with the SMT solver here. It might be possible to construct an |
This API might work:
|
Aren't there lambdas in Z3 now? |
I would be worried they'll lead to quantifiers under the hood |
#80 should address the problem with |
I removed
getAbsFunDecl
(and the corresponding test suite) which crashes because the AST kind isZ3UnknownAST
. Is that ok?