mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 17:08:45 +00:00
change the order of lp and nlp propagation
This commit is contained in:
parent
b64fdef41f
commit
702322a6e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue