mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
change the order of lp and nlp propagation
This commit is contained in:
parent
b64fdef41f
commit
702322a6e9
|
@ -2151,8 +2151,8 @@ public:
|
||||||
break;
|
break;
|
||||||
case l_true:
|
case l_true:
|
||||||
propagate_basic_bounds();
|
propagate_basic_bounds();
|
||||||
propagate_bounds_with_lp_solver();
|
|
||||||
propagate_bounds_with_nlp();
|
propagate_bounds_with_nlp();
|
||||||
|
propagate_bounds_with_lp_solver();
|
||||||
break;
|
break;
|
||||||
case l_undef:
|
case l_undef:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
|
Loading…
Reference in a new issue