diff --git a/src/math/lp/nla_core.cpp b/src/math/lp/nla_core.cpp index f4baca1ced..46f2a7a1cf 100644 --- a/src/math/lp/nla_core.cpp +++ b/src/math/lp/nla_core.cpp @@ -1525,6 +1525,7 @@ void core::set_use_nra_model(bool m) { bool core::propagate() { + clear(); bool propagated = m_monomial_bounds.tighten_lp_bounds(); if (m_monomial_bounds.propagate_changed_bounds()) propagated = true;