Skip to content
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

model parser for z3 and cvc4 are outdated #4

Open
dzufferey opened this issue Oct 27, 2018 · 1 comment
Open

model parser for z3 and cvc4 are outdated #4

dzufferey opened this issue Oct 27, 2018 · 1 comment

Comments

@dzufferey
Copy link
Owner

It either:

  • fails to parse the model (z3)
  • fails to reconstruct the model (z3)
  • construct a wrong model (cvc4)
@dzufferey
Copy link
Owner Author

A workaround is to use solver.getPartialModel.

It uses get-value instead of get-model.
However, it is not guaranteed to terminate and might not return complete models (some parts may be missing).

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