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.arith.eager_eq_axioms, consequence) Assertion error at src/smt/smt_consequences.cpp:662 #5280

Closed
rainoftime opened this issue May 19, 2021 · 0 comments

Comments

@rainoftime
Copy link
Contributor

rainoftime commented May 19, 2021

Hi, for the following formula
z3 7b3a587

(set-option :smt.arith.eager_eq_axioms false)
(declare-fun z () Int)
(declare-fun y () Int)
(declare-fun x () Int)
(declare-fun named3 () Bool)
(declare-fun named5 () Bool)
(declare-fun named6 () Bool)
(declare-fun named7 () Bool)
(assert (and (= y (+ x 1)) (= 1 (* z z))))
(assert (or named6 (not named3)))
(assert (or (not named5) (= y 0)))
(assert (or named7 (= z y)))
(get-consequences (named5) (named3 named7))
z3 delta.out.smt2 
ASSERTION VIOLATION
File: ../src/smt/smt_consequences.cpp
Line: 662
is_sat != l_false
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
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