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

Assertion violation at /terms/terms.h:1564 (Yices MBQI) #256

Closed
rainoftime opened this issue Jun 26, 2020 · 1 comment
Closed

Assertion violation at /terms/terms.h:1564 (Yices MBQI) #256

rainoftime opened this issue Jun 26, 2020 · 1 comment

Comments

@rainoftime
Copy link

Hi, for the following formula

(set-logic UF)
(declare-fun _substvar_41_ () Bool)
(declare-const v6 Bool)
(declare-const v7 Bool)
(assert (=> (and (=> v6 false) (=> v7 v6) v7) _substvar_41_))
(check-sat)

the experimental Yices MBQI d28a52e

yices_smt2: ./terms/terms.h:1564: or_term_desc: Assertion `term_kind(table, t) == OR_TERM' failed.

aman-goel added a commit to aman-goel/yices2 that referenced this issue Jun 26, 2020
Minor update to distributing cheap OR during skolemization.
@aman-goel
Copy link
Contributor

Fixed by 1cc0fea.

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

3 participants