Skip to content

Commit

Permalink
Accidentaly removed this, putting it back
Browse files Browse the repository at this point in the history
  • Loading branch information
cohansen committed Aug 2, 2023
1 parent 1182346 commit bbba80c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ else if (this.initiallyEvaluatedTemporalContext == null) {
if (total.compareTo(this.durationRange.start) < 0) {
durToSchedule = this.durationRange.start.minus(total);
} else if (total.compareTo(this.durationRange.end) > 0) {
logger.warn(
"Need to decrease duration of activities from the plan, impossible because scheduler cannot remove activities");
return List.of(new UnsatisfiableGoalConflict(
this,
Expand Down

0 comments on commit bbba80c

Please sign in to comment.