Skip to content

Commit

Permalink
change the order of lp and nlp propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
levnach committed Sep 29, 2023
1 parent b64fdef commit 702322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/theory_lra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2151,8 +2151,8 @@ class theory_lra::imp {
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();
Expand Down

0 comments on commit 702322a

Please sign in to comment.