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:
parent
1a3d1ad69d
commit
ead8478046
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue