Skip to content

Commit

Permalink
more dead code removal
Browse files Browse the repository at this point in the history
  • Loading branch information
levnach committed Mar 8, 2023
1 parent e430f28 commit 748c752
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/math/lp/lar_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 0 additions & 2 deletions src/math/lp/lar_solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,6 @@ class lar_solver : public column_namer {
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 {
return m_mpq_lar_core_solver.upper_bound(j);
}
Expand Down

0 comments on commit 748c752

Please sign in to comment.