mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
qe_term_graph fix for #3526
This commit is contained in:
parent
d4699b181d
commit
5673ec046b
|
@ -511,7 +511,7 @@ namespace qe {
|
|||
}
|
||||
|
||||
unsigned sz1 = get_num_exprs(t1.get_expr());
|
||||
unsigned sz2 = get_num_exprs(t1.get_expr());
|
||||
unsigned sz2 = get_num_exprs(t2.get_expr());
|
||||
return sz1 < sz2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue