mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 12:48:53 +00:00
do not pass row index to bound_analyzer_on_row
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
10c2af85c1
commit
b985838112
3 changed files with 14 additions and 12 deletions
|
@ -185,7 +185,6 @@ class lar_solver : public column_namer {
|
|||
return bound_analyzer_on_row<row_strip<mpq>, lp_bound_propagator<T>>::analyze_row(
|
||||
A_r().m_rows[row_index],
|
||||
zero_of_type<numeric_pair<mpq>>(),
|
||||
row_index,
|
||||
bp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue