Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Oct 10, 2023
1 parent 960a024 commit 0118846
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/math/lp/monomial_bounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ namespace nla {
++c().lra.settings().stats().m_nla_propagate_bounds;
if (c().params().arith_nl_internal_bounds()) {
auto* d = dep.get_upper_dep(range);
TRACE("arith", tout << "upper " << cmp << " " << upper << "\n");
propagate_bound(v, cmp, upper, d);
}
else {
Expand All @@ -82,7 +81,6 @@ namespace nla {
if (c().params().arith_nl_internal_bounds()) {
auto* d = dep.get_lower_dep(range);
propagate_bound(v, cmp, lower, d);
TRACE("arith", tout << v << " " << cmp << " " << lower << "\n");
}
else {
lp::explanation ex;
Expand Down

0 comments on commit 0118846

Please sign in to comment.