mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
clean up nla_grobner
This commit is contained in:
parent
84a7a79e90
commit
4a9b38e531
2 changed files with 9 additions and 86 deletions
|
@ -35,20 +35,14 @@ namespace nla {
|
|||
bool is_conflicting();
|
||||
bool is_conflicting(dd::solver::equation const& eq);
|
||||
|
||||
bool propagate_bounds();
|
||||
bool propagate_bounds(dd::solver::equation const& eq);
|
||||
|
||||
bool propagate_eqs();
|
||||
bool propagate_fixed(dd::solver::equation const& eq);
|
||||
|
||||
bool propagate_factorization();
|
||||
bool propagate_factorization(dd::solver::equation const& eq);
|
||||
|
||||
|
||||
bool propagate_linear_equations();
|
||||
bool propagate_linear_equations(dd::solver::equation const& eq);
|
||||
|
||||
bool check_missed_bound(dd::solver::equation const& eq);
|
||||
|
||||
void add_dependencies(new_lemma& lemma, dd::solver::equation const& eq);
|
||||
void explain(dd::solver::equation const& eq, lp::explanation& exp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue