mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
replace clp to clean
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
d41c65a4f9
commit
2e957a97cf
15 changed files with 33 additions and 36 deletions
|
@ -76,7 +76,7 @@ template <typename T, typename X> bool static_matrix<T, X>::pivot_row_to_row_giv
|
|||
}
|
||||
}
|
||||
|
||||
// clp the work vector
|
||||
// clean the work vector
|
||||
for (unsigned k = 0; k < prev_size_ii; k++) {
|
||||
m_vector_of_row_offsets[ii_row_vals[k].m_j] = -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue