mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
NB's review
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3f442ecef9
commit
882b8ee63b
5 changed files with 80 additions and 125 deletions
|
@ -561,7 +561,7 @@ void nex_creator::simplify_children_of_sum(ptr_vector<nex> & children) {
|
|||
children.shrink(k);
|
||||
|
||||
for (nex *e : to_promote) {
|
||||
for (nex *ee : *(e->to_sum().children_ptr())) {
|
||||
for (nex *ee : e->to_sum()) {
|
||||
if (!is_zero_scalar(ee))
|
||||
children.push_back(ee);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue