mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +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) {
|
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(
|
auto nb = bound_analyzer_on_row<row_strip<mpq>, lp_bound_propagator<bound_consumer>>::analyze_row(
|
||||||
lra.A_r().m_rows[row_index],
|
lra.A_r().m_rows[row_index],
|
||||||
null_ci,
|
|
||||||
zero_of_type<numeric_pair<mpq>>(),
|
zero_of_type<numeric_pair<mpq>>(),
|
||||||
row_index,
|
row_index,
|
||||||
bp);
|
bp);
|
||||||
|
|
Loading…
Reference in a new issue