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
6e000547e3
commit
d4a88f1de6
|
@ -310,7 +310,7 @@ public:
|
|||
}
|
||||
return *this;
|
||||
}
|
||||
if (is_var()) {
|
||||
if (is_var() || children().size() == 1) {
|
||||
*this = scalar(T(1));
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue