mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +00:00
parent
2138ef2ad0
commit
f7d1cce69a
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ namespace euf {
|
|||
SASSERT(n1->num_args() == 2);
|
||||
SASSERT(n2->num_args() == 2);
|
||||
|
||||
if (n1->get_decl() != n2->get_decl())
|
||||
return false;
|
||||
|
||||
SASSERT(n1->get_decl() == n2->get_decl());
|
||||
enode* c1_1 = get_root(n1, 0);
|
||||
enode* c1_2 = get_root(n1, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue