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

invalid model issue on a small NIA instance #6676

Closed
zhendongsu opened this issue Apr 9, 2023 · 0 comments
Closed

invalid model issue on a small NIA instance #6676

zhendongsu opened this issue Apr 9, 2023 · 0 comments

Comments

@zhendongsu
Copy link

Commit: e6ea815
OS: Ubuntu 18.04

[569] % z3release model_validate=true small.smt2
sat
(error "line 4 column 40: an invalid model was generated")
[570] % cat small.smt2
(declare-fun a () Bool)
(assert (forall ((b Int)) (or a (= b 0))))
(assert (= (rem 0 0) 1))
(check-sat-using (then purify-arith smt))
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