8000 Can't use unsat cores and optimization together through .NET Z3 · Issue #7436 · Z3Prover/z3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Can't use unsat cores and optimization together through .NET Z3 #7436

New issue

H 8000 ave 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

Closed
jiyuzh opened this issue Oct 26, 2024 · 0 comments
Closed

Can't use unsat cores and optimization together through .NET Z3 #7436

jiyuzh opened this issue Oct 26, 2024 · 0 comments

Comments

@jiyuzh
Copy link
jiyuzh commented Oct 26, 2024

The .NET binding of Z3 seems to miss an implementation for assert_and_track in the Optimize class, preventing the use of unsat core when using the optimizer. Despite Optimize.UnsatCore seems to be implemented, without a way to add named assertions, there is no way to obtain the unsat core list without the capability to add named assertions - only empty list is returned.

Since other language bindings, e.g. Python, already have such support, it would be convenient if these methods were available on Optimize as well as Solver in the .NET binding as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0