3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2023-03-06 07:56:04 -08:00
parent 1da4c018e4
commit bfe73c01a6
6 changed files with 1 additions and 110 deletions

View file

@ -643,11 +643,6 @@ namespace lp {
bool lar_solver::use_tableau_costs() const {
return m_settings.simplex_strategy() == simplex_strategy_enum::tableau_costs;
}
void lar_solver::adjust_x_of_column(unsigned j) {
lp_assert(false);
}
bool lar_solver::row_is_correct(unsigned i) const {
numeric_pair<mpq> r = zero_of_type<numeric_pair<mpq>>();
for (const auto& c : A_r().m_rows[i]) {