diff --git a/src/math/lp/int_solver.cpp b/src/math/lp/int_solver.cpp index 4a4c63511..fce641abe 100644 --- a/src/math/lp/int_solver.cpp +++ b/src/math/lp/int_solver.cpp @@ -273,7 +273,6 @@ namespace lp { for (unsigned row_index = 0; row_index < lra.row_count(); ++row_index) { auto nb = bound_analyzer_on_row, lp_bound_propagator>::analyze_row( lra.A_r().m_rows[row_index], - null_ci, zero_of_type>(), row_index, bp);