Home
last modified time | relevance | path

Searched refs:teachersMaxHoursDailyRealDaysMaxHours1 (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dgenerate_pre.h421 extern Matrix1D<int> teachersMaxHoursDailyRealDaysMaxHours1;
H A Dgenerate_pre.cpp380 Matrix1D<int> teachersMaxHoursDailyRealDaysMaxHours1; variable
1195 teachersMaxHoursDailyRealDaysMaxHours1.resize(gt.rules.nInternalTeachers); in processTimeSpaceConstraints()
5115 teachersMaxHoursDailyRealDaysMaxHours1[i]=-1; in computeTeachersMaxHoursDailyRealDays()
5146 if(teachersMaxHoursDailyRealDaysMaxHours1[tmd->teacher_ID]==-1 || in computeTeachersMaxHoursDailyRealDays()
5147 (teachersMaxHoursDailyRealDaysMaxHours1[tmd->teacher_ID] >= tmd->maxHoursDaily && in computeTeachersMaxHoursDailyRealDays()
5149 teachersMaxHoursDailyRealDaysMaxHours1[tmd->teacher_ID] = tmd->maxHoursDaily; in computeTeachersMaxHoursDailyRealDays()
5212 if(teachersMaxHoursDailyRealDaysMaxHours1[tch]==-1 || in computeTeachersMaxHoursDailyRealDays()
5213 (teachersMaxHoursDailyRealDaysMaxHours1[tch] >= tmd->maxHoursDaily && in computeTeachersMaxHoursDailyRealDays()
5215 teachersMaxHoursDailyRealDaysMaxHours1[tch] = tmd->maxHoursDaily; in computeTeachersMaxHoursDailyRealDays()
5218 else if(teachersMaxHoursDailyRealDaysMaxHours1[tch] <= tmd->maxHoursDaily && in computeTeachersMaxHoursDailyRealDays()
[all …]
H A Dgenerate.cpp21503 limitHoursDaily=teachersMaxHoursDailyRealDaysMaxHours1[tch]; in randomSwap()