mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
more dead code removal
This commit is contained in:
parent
e430f28813
commit
748c75275f
|
@ -2330,10 +2330,6 @@ namespace lp {
|
||||||
return true;
|
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
|
} // namespace lp
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -519,8 +519,6 @@ public:
|
||||||
return m_mpq_lar_core_solver.lower_bound(j);
|
return m_mpq_lar_core_solver.lower_bound(j);
|
||||||
}
|
}
|
||||||
|
|
||||||
void pivot_column_tableau(unsigned j, unsigned row_index);
|
|
||||||
|
|
||||||
inline const impq & column_upper_bound(unsigned j) const {
|
inline const impq & column_upper_bound(unsigned j) const {
|
||||||
return m_mpq_lar_core_solver.upper_bound(j);
|
return m_mpq_lar_core_solver.upper_bound(j);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue