mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
parent
3dc822c127
commit
805ac745e9
1 changed files with 1 additions and 0 deletions
|
@ -2124,6 +2124,7 @@ namespace {
|
||||||
num_args == p2->get_num_args() &&
|
num_args == p2->get_num_args() &&
|
||||||
m_context.is_relevant(p2) &&
|
m_context.is_relevant(p2) &&
|
||||||
p2->is_cgr() &&
|
p2->is_cgr() &&
|
||||||
|
i < num_args &&
|
||||||
p2->get_arg(i)->get_root() == p) {
|
p2->get_arg(i)->get_root() == p) {
|
||||||
v->push_back(p2);
|
v->push_back(p2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue