3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00

handle monomial_bounds::unit_propagate()

This commit is contained in:
Lev Nachmanson 2023-08-31 17:35:41 -07:00
parent ff3268e636
commit 5509b468e9
3 changed files with 12 additions and 11 deletions

View file

@ -2150,9 +2150,10 @@ public:
case l_true:
propagate_basic_bounds();
propagate_bounds_with_lp_solver();
propagate_nla();
break;
case l_undef:
propagate_nla();
UNREACHABLE();
break;
}
return true;