3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

more dead code removal

This commit is contained in:
Lev Nachmanson 2023-03-07 13:53:23 -08:00
parent e430f28813
commit 748c75275f
2 changed files with 0 additions and 6 deletions

View file

@ -2330,10 +2330,6 @@ namespace lp {
return true;
}
void lar_solver::pivot_column_tableau(unsigned j, unsigned row_index) {
m_mpq_lar_core_solver.m_r_solver.pivot_column_tableau(j, row_index);
m_mpq_lar_core_solver.m_r_solver.change_basis(j, r_basis()[row_index]);
}
} // namespace lp