mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
fix in the interval calculations
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
496a8c17aa
commit
a67f0bbb46
|
@ -51,7 +51,7 @@ public:
|
|||
interval ret;
|
||||
if (deps) {
|
||||
interval_deps_combine_rule combine_rule;
|
||||
m_dep_intervals.add(hi, a, t, combine_rule);
|
||||
m_dep_intervals.mul(hi, a, t, combine_rule);
|
||||
m_dep_intervals.combine_deps(hi, a, combine_rule, t);
|
||||
combine_rule.reset();
|
||||
m_dep_intervals.add(t, la, ret, combine_rule);
|
||||
|
|
Loading…
Reference in a new issue