3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

Bugfix for MAM. Fixes #1213. Partially addresses #1212.

This commit is contained in:
Christoph M. Wintersteiger 2017-08-17 16:00:59 +01:00
parent 96d0781c9d
commit b2d590e0c9

View file

@ -2088,6 +2088,7 @@ namespace smt {
if (p->get_decl() == f &&
m_context.is_relevant(p) &&
p->is_cgr() &&
i < p->get_num_args() &&
p->get_arg(i)->get_root() == n) {
v->push_back(p);
}