mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 06:45:45 +00:00
work on Grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
7d13bcb18e
commit
2c1d68e163
3 changed files with 47 additions and 42 deletions
|
@ -166,6 +166,7 @@ protected:
|
|||
equation * copy_equation(equation const * eq);
|
||||
|
||||
equation * simplify(equation const * source, equation * target);
|
||||
bool simplify_for_loop(equation const * source, equation * target, bool&, unsigned &);
|
||||
|
||||
equation * simplify_using_processed(equation * eq);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue