mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
simplifying Grobner's schema
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e62913999e
commit
a7aa099101
2 changed files with 17 additions and 44 deletions
|
@ -112,10 +112,10 @@ private:
|
|||
void compute_basis_init();
|
||||
bool compute_basis_loop();
|
||||
bool compute_basis_step();
|
||||
equation * simplify_source_target(equation * source, equation * target);
|
||||
bool simplify_source_target(equation * source, equation * target);
|
||||
equation* simplify_using_processed(equation*);
|
||||
bool simplify_target_monomials(equation * source, equation * target);
|
||||
void process_simplified_target(ptr_buffer<equation>& to_insert, equation* new_target, equation*& target, ptr_buffer<equation>& to_remove);
|
||||
void process_simplified_target(equation* target, ptr_buffer<equation>& to_remove);
|
||||
bool simplify_to_superpose_with_eq(equation*);
|
||||
void simplify_to_superpose(equation*);
|
||||
equation* pick_next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue