mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
remove dead code
This commit is contained in:
parent
0fceb80e0f
commit
56b5492752
1 changed files with 0 additions and 7 deletions
|
@ -538,13 +538,6 @@ public:
|
||||||
return m_basis_heading[j] >= 0;
|
return m_basis_heading[j] >= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void update_x_with_feasibility_tracking(unsigned j, const X & v) {
|
|
||||||
TRACE("lar_solver_feas_bug", tout << "j = " << j << ", v = " << v << "\n";);
|
|
||||||
m_x[j] = v;
|
|
||||||
track_column_feasibility(j);
|
|
||||||
}
|
|
||||||
|
|
||||||
void add_delta_to_x_and_track_feasibility(unsigned j, const X & del) {
|
void add_delta_to_x_and_track_feasibility(unsigned j, const X & del) {
|
||||||
TRACE("lar_solver_feas_bug", tout << "del = " << del << ", was x[" << j << "] = " << m_x[j] << "\n";);
|
TRACE("lar_solver_feas_bug", tout << "del = " << del << ", was x[" << j << "] = " << m_x[j] << "\n";);
|
||||||
m_x[j] += del;
|
m_x[j] += del;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue