3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-03 17:05:15 +00:00

move monomial propagation from theory_lra to nla_solver

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2023-09-25 14:20:24 -07:00
parent d2c0f7dba7
commit 896aba31f8
3 changed files with 10 additions and 9 deletions

View file

@ -51,6 +51,6 @@ namespace nla {
void calculate_implied_bounds_for_monic(lp::lpvar v);
void init_bound_propagation();
vector<nla::lemma> const& lemmas() const;
void propagate_bounds_for_touched_monomials();
};
}