3
0
Fork 0
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:
Lev Nachmanson 2019-10-16 15:34:58 -07:00
parent e987479e8a
commit 35c4b07bc4
2 changed files with 31 additions and 30 deletions

View file

@ -157,9 +157,9 @@ protected:
void simplify_eq(equation * eq);
bool is_subset(monomial const * m1, monomial const * m2, ptr_vector<expr> & rest) const;
bool divide_ignore_coeffs(monomial const * m1, monomial const * m2);
void mul_append(unsigned start_idx, equation const * source, rational const & coeff, ptr_vector<expr> const & vars, ptr_vector<monomial> & result);
void mul_append_skip_first(equation const * source, rational const & coeff, ptr_vector<expr> const & vars);
monomial * copy_monomial(monomial const * m);