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 src/smt/smt_conflict_resolution.cpp:800 #4260

Closed
wintered opened this issue May 9, 2020 · 0 comments
Closed

Assertion violation src/smt/smt_conflict_resolution.cpp:800 #4260

wintered opened this issue May 9, 2020 · 0 comments

Comments

@wintered
Copy link

wintered commented May 9, 2020

[672] % z3 small.smt2
unknown
[673] % z3 proof=true small.smt2
unknown
[674] % z3 rewriter.expand_nested_stores=true small.smt2
sat
[675] % z3 proof=true rewriter.expand_nested_stores=true small.smt2
ASSERTION VIOLATION
File: ../src/smt/smt_conflict_resolution.cpp
Line: 800
m_ctx.is_true(n2) || m_ctx.is_false(n2)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
[676] % 
[676] % cat small.smt2
(declare-fun a () (Array Int (Array Int Real)))
(declare-fun b () Real)
(declare-fun c () (Array Int (Array Int Real)))
(declare-fun d () Real)
(declare-fun e () (Array Int (Array Int Real)))
(declare-fun f () Real)
(declare-fun g () (Array Int (Array Int Real)))
(declare-fun h () Real)
(declare-fun i () (Array Int (Array Int Real)))
(declare-fun j () Real)
(declare-fun k () (Array Int (Array Int Real)))
(declare-fun l ((Array Int (Array Int Real)) Int) Bool)
(declare-fun m () Int)
(assert (forall ((a (Array Int (Array Int Real)))) (l a m)))
(assert
 (= c i (store a 0 (store (select a 0) 0 b))
 (store c 0 (store (select c 0) 0 d))
 (store e 1 (store (select e 0) 0 f))
 (store g 2 (store (select g 3) 0 h))))
(assert (= k (store i 0 (store (select i 4) 1 j))))
(assert (l k m))
(check-sat-using (then qfbv default))
[677] %

OS: Ubuntu 18.04
Commit: becf423

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