3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

more agressive freeing memory from nla_grobner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-17 11:42:36 -10:00
parent 62dc731b5b
commit 13ff96b40b
2 changed files with 12 additions and 6 deletions

View file

@ -121,7 +121,7 @@ private:
bool compute_basis_step();
bool simplify_source_target(equation const& source, equation& target);
void simplify_using_to_superpose(equation &);
void simplify_eq_by_using_to_superpose(equation &);
bool simplify_target_monomials(equation const& source, equation& target);
void process_simplified_target(equation* target, ptr_buffer<equation>& to_remove);
bool simplify_to_superpose_with_eq(equation*);