3
0
Fork 0
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:
Lev Nachmanson 2019-10-09 10:33:47 -07:00
parent 7d13bcb18e
commit 2c1d68e163
3 changed files with 47 additions and 42 deletions

View file

@ -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);