3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-28 15:07:56 +00:00

do not use lemmase in monomial propagation

This commit is contained in:
Lev Nachmanson 2023-09-22 14:27:26 -07:00
parent 5d8779b05d
commit caa929f01f
5 changed files with 75 additions and 26 deletions

View file

@ -49,6 +49,6 @@ namespace nla {
nlsat::anum const& am_value(lp::var_index v) const;
void collect_statistics(::statistics & st);
void calculate_implied_bounds_for_monic(lp::lpvar v);
void init_bound_propagation(vector<lemma>&);
void init_bound_propagation();
};
}