mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 13:53:39 +00:00
fix in the interval calculations
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
496a8c17aa
commit
a67f0bbb46
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public:
|
||||||
interval ret;
|
interval ret;
|
||||||
if (deps) {
|
if (deps) {
|
||||||
interval_deps_combine_rule combine_rule;
|
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);
|
m_dep_intervals.combine_deps(hi, a, combine_rule, t);
|
||||||
combine_rule.reset();
|
combine_rule.reset();
|
||||||
m_dep_intervals.add(t, la, ret, combine_rule);
|
m_dep_intervals.add(t, la, ret, combine_rule);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue