Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
  • Loading branch information
levnach committed Jun 20, 2020
1 parent b703d27 commit 8f588a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/math/lp/lp_bound_propagator.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ class lp_bound_propagator {
}

void create_root(unsigned row_index) {
++lp().settings().ddd;
TRACE("cheap_eq", tout << "ddd = " << lp().settings().ddd << "\n";);
SASSERT(!m_root && !m_fixed_vertex);
signed_column x, y;
TRACE("cheap_eq", print_row(tout, row_index););
Expand Down

0 comments on commit 8f588a9

Please sign in to comment.