Skip to content

Commit ead8478

Browse files
fix build per new API for analyze_row
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 1a3d1ad commit ead8478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/math/lp/int_solver.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ namespace lp {
273273
for (unsigned row_index = 0; row_index < lra.row_count(); ++row_index) {
274274
auto nb = bound_analyzer_on_row<row_strip<mpq>, lp_bound_propagator<bound_consumer>>::analyze_row(
275275
lra.A_r().m_rows[row_index],
276-
null_ci,
277276
zero_of_type<numeric_pair<mpq>>(),
278277
row_index,
279278
bp);

0 commit comments

Comments
 (0)