3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 09:04:07 +00:00

fix build per new API for analyze_row

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-02-21 12:48:34 -08:00
parent 1a3d1ad69d
commit ead8478046

View file

@ -273,7 +273,6 @@ namespace lp {
for (unsigned row_index = 0; row_index < lra.row_count(); ++row_index) {
auto nb = bound_analyzer_on_row<row_strip<mpq>, lp_bound_propagator<bound_consumer>>::analyze_row(
lra.A_r().m_rows[row_index],
null_ci,
zero_of_type<numeric_pair<mpq>>(),
row_index,
bp);