mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
replace clp to clean
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
cc32e45471
commit
86ed01a63b
15 changed files with 33 additions and 36 deletions
|
@ -222,7 +222,7 @@ public:
|
|||
vector<unsigned> get_list_of_all_var_indices() const;
|
||||
void push();
|
||||
|
||||
static void clp_large_elements_after_pop(unsigned n, int_set& set);
|
||||
static void clean_large_elements_after_pop(unsigned n, int_set& set);
|
||||
|
||||
static void shrink_inf_set_after_pop(unsigned n, int_set & set);
|
||||
|
||||
|
@ -403,7 +403,7 @@ public:
|
|||
void remove_last_column_from_basis_tableau(unsigned j);
|
||||
void remove_column_from_tableau(unsigned j);
|
||||
void pop_tableau();
|
||||
void clp_inf_set_of_r_solver_after_pop();
|
||||
void clean_inf_set_of_r_solver_after_pop();
|
||||
void shrink_explanation_to_minimum(vector<std::pair<mpq, constraint_index>> & explanation) const;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue