ajout rapport fonction objectif et absences
This commit is contained in:
parent
f618018f9a
commit
8ffa49c578
6 changed files with 74 additions and 22 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue