mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
ec39d84f57
commit
a069b65669
2 changed files with 2 additions and 1 deletions
|
@ -2106,6 +2106,7 @@ namespace smt {
|
|||
enode * p = *it1;
|
||||
if (p->get_decl() == j2->m_decl &&
|
||||
m_context.is_relevant(p) &&
|
||||
p->get_num_args() > j2->m_arg_pos &&
|
||||
p->is_cgr() &&
|
||||
p->get_arg(j2->m_arg_pos)->get_root() == n) {
|
||||
// p is in joint2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue