mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
rm lu
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1da4c018e4
commit
bfe73c01a6
6 changed files with 1 additions and 110 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue