ajout rapport fonction objectif et absences

This commit is contained in:
François Pelletier 2018-04-08 16:33:40 -04:00
parent f618018f9a
commit 8ffa49c578
6 changed files with 74 additions and 22 deletions

View file

@ -144,6 +144,7 @@ public class ModelInitialSchedules {
private void createModelObjectiveFunction() {
// Nombre total de périodes travaillées
IntVar numberOfPartTimeEmployeesWorkingPeriods =
chocoModelInitialSchedules.intVar(
0, this.maxPartTimeEmployee * this.myScheduleParameters.getWorkPeriodsPerSchedule(), true);