mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 06:45:45 +00:00
port Grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
35c4b07bc4
commit
f8059394e5
4 changed files with 38 additions and 33 deletions
|
@ -166,7 +166,7 @@ protected:
|
|||
equation * copy_equation(equation const * eq);
|
||||
|
||||
equation * simplify_source_target(equation const * source, equation * target);
|
||||
unsigned simplify_loop_on_target_monomials(equation const * source, equation * target, bool&);
|
||||
bool simplify_target_monomials(equation const * source, equation * target);
|
||||
|
||||
equation * simplify_using_processed(equation * eq);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue