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 error at solvers/quant/quant_solver.c:522 #332

Closed
rainoftime opened this issue Oct 21, 2020 · 1 comment
Closed

Assertion error at solvers/quant/quant_solver.c:522 #332

rainoftime opened this issue Oct 21, 2020 · 1 comment

Comments

@rainoftime
Copy link

Hi, for the following formula,
yices 426cdc6

(set-logic UF)
(declare-fun uf4_2 (Bool Bool Bool Bool) Bool)
(declare-fun uf7_2 (Bool Bool Bool Bool Bool Bool Bool) Bool)
(assert (uf7_2 true (not (exists ((q0 Bool) (q1 Bool) (q2 Bool) (q3 Bool)) q2)) true true true true true))
(assert (uf4_2 true true true true))
(check-sat)

$./yices_smt2 xx.smt2
yices_smt2: solvers/quant/quant_solver.c:522: term_substitution: Assertion `is_pos_term(x)' failed.
@dddejan
Copy link
Member

dddejan commented Oct 28, 2020

CC @aman-goel

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

No branches or pull requests

2 participants