-
Notifications
You must be signed in to change notification settings - Fork 115
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
get_unsat_core
for Optimize
#268
Comments
I'll look at doing this in the next day or two if no one else submits it first. |
Also, the unsat core generated by z3 will only contain assertions tracked using |
I've just added the binding to |
no pressure :) |
I just happened across this issue and thought I would chime in that I added high-level wrappers to these APIs in a PR back in June: #300 |
Since there is support for getting unsat core from the optimizer in the C API/z3-sys, it would be nice to add it to the high level API as well.
The text was updated successfully, but these errors were encountered: