Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Nov 1, 2023
1 parent acd6176 commit b60cde8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ortools/sat/cp_model_presolve.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5553,6 +5553,7 @@ bool CpModelPresolver::PresolveCumulative(ConstraintProto* ct) {
return true;
}
num_incompatible_intervals++;
continue;
}
} else { // Interval performed.
// Try to set the size to 0.
Expand Down

0 comments on commit b60cde8

Please sign in to comment.