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

(proof=true) invalid model issue #5907

Closed
zhendongsu opened this issue Mar 20, 2022 · 0 comments
Closed

(proof=true) invalid model issue #5907

zhendongsu opened this issue Mar 20, 2022 · 0 comments

Comments

@zhendongsu
Copy link

Commit: 9061ca5
OS: Ubuntu 18.04

[534] % z3release model_validate=true small.smt2
sat
(
  (define-fun e () b
    (d 2))
)
[535] % z3release model_validate=true proof=true small.smt2
sat
(error "line 4 column 10: an invalid model was generated")
(
  (define-fun e () b
    c)
)
[536] % cat small.smt2
(declare-datatypes () ((b c (d (a Int)))))
(declare-const e b)
(assert ((_ is d) ((_ update-field a) e 1)))
(check-sat)
(get-model)
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