Skip to content

ASSERTION VIOLATION, File: ../src/qe/mbp/mbp_basic_tg.cpp, Line: 139 #6950

Closed
@merlinsun

Description

@merlinsun

Hi,
For this following instance, z3 f678861 debug build

$ cat delta.smt2 
(declare-fun a () (Seq Int))
(declare-fun r () (Seq (Seq Int)))
(declare-fun ar () (Seq (Seq Int)))
(assert (exists ((v String)) (= "" (str.replace "" v (int.to.str 0)))))
(assert (distinct r ar (seq.unit a)))
(check-sat-using qe2)
$ z3 delta.smt2 
ASSERTION VIOLATION
File: ../src/qe/mbp/mbp_basic_tg.cpp
Line: 139
m_mdl.is_false(e)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions