Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PierpaoloSpadafora committed Dec 16, 2024
1 parent 6bf0da9 commit 3d68f7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ private SolverConfig createSolverConfig() {
.withConstraintProviderClass(ScheduleConstraintProvider.class)
.withTerminationConfig(new TerminationConfig()
.withBestScoreLimit("0hard/*soft")
.withSecondsSpentLimit(120L))
.withSecondsSpentLimit(SECONDS_SPENT_LIMIT))
.withPhases(
new ConstructionHeuristicPhaseConfig()
.withConstructionHeuristicType(ConstructionHeuristicType.FIRST_FIT_DECREASING),
Expand Down

0 comments on commit 3d68f7b

Please sign in to comment.