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:
parent
ff3268e636
commit
5509b468e9
3 changed files with 12 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue