mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +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;
|
||||
case l_true:
|
||||
propagate_basic_bounds();
|
||||
propagate_bounds_with_nlp();
|
||||
propagate_bounds_with_lp_solver();
|
||||
propagate_bounds_with_nlp();
|
||||
break;
|
||||
case l_undef:
|
||||
UNREACHABLE();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue