mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
fix the nla_exp division
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
d4a88f1de6
commit
5248a2dcab
|
@ -334,9 +334,12 @@ public:
|
|||
k--;
|
||||
}
|
||||
}
|
||||
|
||||
SASSERT(powers.size() == 0);
|
||||
while(k ++ < i)
|
||||
children().pop_back();
|
||||
|
||||
if (children().size() == 0)
|
||||
*this = scalar(T(1));
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue