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 /src/qe/mbp/mbp_arith.cpp:72 #5953

Closed
merlinsun opened this issue Apr 7, 2022 · 0 comments
Closed

Assertion violation at /src/qe/mbp/mbp_arith.cpp:72 #5953

merlinsun opened this issue Apr 7, 2022 · 0 comments

Comments

@merlinsun
Copy link

Hi,
For this instance, z3 1953165

$ cat delta.smt2
(declare-fun ar () (Array Int (Array (Array Bool Bool) Bool)))
(declare-fun r () (Array Bool Bool))
(declare-fun v () (Array (Array (Array Bool Bool) Bool) (Array (Array Bool Bool) Bool)))
(declare-fun a () (Array (Array Bool Bool) Bool))
(assert (not (distinct a (select ar 0) (select (store v a (store (select ar 0) r false)) a))))
(assert (exists ((va (Array Bool (Array Real Real)))) (forall ((V Real)) (= 1.0 (select (va true) 0.0)))))
(check-sat-using qe2)
$ z3debug delta.smt2
ASSERTION VIOLATION
File: ../src/qe/mbp/mbp_arith.cpp
Line: 72
m.limit().is_canceled() || !m.is_false(val)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB

NikolajBjorner added a commit that referenced this issue Aug 22, 2022
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

2 participants