Home
last modified time | relevance | path

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

/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dgenerate_pre.h770 extern Matrix1D<double> teachersMinRestingHoursNotCircularPercentages; //-1 for not existing
H A Dgenerate_pre.cpp690 Matrix1D<double> teachersMinRestingHoursNotCircularPercentages; //-1 for not existing variable
1264 teachersMinRestingHoursNotCircularPercentages.resize(gt.rules.nInternalTeachers); in processTimeSpaceConstraints()
7767 teachersMinRestingHoursNotCircularPercentages[i]=-1; in computeTeachersMinRestingHours()
7817 teachersMinRestingHoursNotCircularPercentages[tmrh->teacher_ID]=100; in computeTeachersMinRestingHours()
7866 teachersMinRestingHoursNotCircularPercentages[tch]=100; in computeTeachersMinRestingHours()
7878 teachersMinRestingHoursNotCircularPercentages[tch]=-1; in computeTeachersMinRestingHours()
16631 teachersMinRestingHoursNotCircularPercentages[tch]>=0 || in computeMustComputeTimetableTeachers()
H A Dgenerate.cpp20467 percentage=teachersMinRestingHoursNotCircularPercentages[tch]; in randomSwap()