mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
fix the build
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
2de27ae3af
commit
9cb713879e
|
@ -648,14 +648,6 @@ public:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
int find_pivot_index_in_row(unsigned i, const vector<column_cell> & col) const {
|
|
||||||
for (const auto & c: col) {
|
|
||||||
if (c.m_i == i)
|
|
||||||
return c.m_offset;
|
|
||||||
}
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void transpose_rows_tableau(unsigned i, unsigned ii);
|
void transpose_rows_tableau(unsigned i, unsigned ii);
|
||||||
|
|
||||||
void pivot_to_reduced_costs_tableau(unsigned i, unsigned j);
|
void pivot_to_reduced_costs_tableau(unsigned i, unsigned j);
|
||||||
|
|
Loading…
Reference in a new issue