mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
qe_term_graph fix for #3526
This commit is contained in:
parent
d4699b181d
commit
5673ec046b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue