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:
parent
5d8779b05d
commit
caa929f01f
5 changed files with 75 additions and 26 deletions
|
@ -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();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue