mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +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
|
@ -396,7 +396,7 @@ template <typename T, typename X> unsigned lp_solver<T, X>::try_to_remove_some_r
|
|||
return static_cast<unsigned>(rows_to_delete.size());
|
||||
}
|
||||
|
||||
template <typename T, typename X> void lp_solver<T, X>::clpup() {
|
||||
template <typename T, typename X> void lp_solver<T, X>::cleanup() {
|
||||
int n = 0; // number of deleted rows
|
||||
int d;
|
||||
while ((d = try_to_remove_some_rows() > 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue