mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
add propagators to grobner
This commit is contained in:
parent
af80bd18ce
commit
7c177584f3
4 changed files with 184 additions and 73 deletions
|
@ -164,6 +164,7 @@ private:
|
|||
void simplify_using(equation& eq, equation_vector const& eqs);
|
||||
void simplify_using(equation_vector& set, equation const& eq);
|
||||
void simplify_using(equation & dst, equation const& src, bool& changed_leading_term);
|
||||
void simplify_using(equation_vector& set, std::function<bool(equation&, bool&)>& simplifier);
|
||||
bool try_simplify_using(equation& target, equation const& source, bool& changed_leading_term);
|
||||
|
||||
bool is_trivial(equation const& eq) const { return eq.poly().is_zero(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue