mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
clean m_nla_lemma_vector in nla_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
87a839c794
commit
26a9b776c6
5 changed files with 7 additions and 6 deletions
|
@ -2201,7 +2201,7 @@ public:
|
|||
}
|
||||
|
||||
void propagate_bounds_for_touched_monomials() {
|
||||
m_nla->init_bound_propagation();
|
||||
m_nla->init_bound_propagation(m_nla_lemma_vector);
|
||||
for (unsigned v : m_nla->monics_with_changed_bounds())
|
||||
m_nla->calculate_implied_bounds_for_monic(v);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue