3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

change the order of lp and nlp propagation

This commit is contained in:
Lev Nachmanson 2023-09-29 15:31:32 -07:00
parent b64fdef41f
commit 702322a6e9

View file

@ -2151,8 +2151,8 @@ public:
break;
case l_true:
propagate_basic_bounds();
propagate_bounds_with_nlp();
propagate_bounds_with_lp_solver();
propagate_bounds_with_nlp();
break;
case l_undef:
UNREACHABLE();