3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-03 22:05:45 +00:00

fixing the bugs

This commit is contained in:
Lev Nachmanson 2023-09-07 15:59:20 -07:00
parent c43b99daae
commit c050af922f
6 changed files with 39 additions and 25 deletions

View file

@ -259,8 +259,8 @@ namespace nla {
}
void monomial_bounds::unit_propagate() {
for (auto const& m : c().m_emons)
unit_propagate(m);
for (lpvar v : c().m_monics_with_changed_bounds)
unit_propagate(c().emons()[v]);
}
void monomial_bounds::unit_propagate(monic const& m) {