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 smt/theory_utvpi_def.h:862 #4195

Closed
rainoftime opened this issue May 3, 2020 · 0 comments
Closed

Assertion violation at smt/theory_utvpi_def.h:862 #4195

rainoftime opened this issue May 3, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

Hi, for the following formula,

(set-logic AUFNIRA)
(declare-fun _substvar_15_ () Bool)
(declare-fun _substvar_23_ () Bool)
(set-option :smt.arith.solver 4)
(declare-const r5 Real)
(assert (not (exists ((q3 Bool) (q4 Real)) (< r5 0.0 r5 0.4467963 472603.7747))))
(assert _substvar_23_)
(assert _substvar_15_)
(check-sat-using (then simplify qe2))

z3 (commit dc9221e) throws an assertion violation

ASSERTION VIOLATION
File: ../src/smt/theory_utvpi_def.h
Line: 862
ok
(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