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

SMT-LIB: Parsing of models #578

Closed
marcogario opened this issue May 7, 2019 · 0 comments
Closed

SMT-LIB: Parsing of models #578

marcogario opened this issue May 7, 2019 · 0 comments

Comments

@marcogario
Copy link
Contributor

According to the standard (http://smtlib.cs.uiowa.edu/papers/smt-lib-reference-v2.5-r2015-05-28.pdf ) (get-model) should return a list of definition of the form define-fun.

We ignore this, because our get-model simply calls get-value for all variables defined in the formula. We should support reading the model with get-model. See work by Liana H on https://github.com/SMT-COMP/postprocessors/tree/master/model-validation-track

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants