Home
last modified time | relevance | path

Searched refs:CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dconstraintteachermaxgapsperrealdayform.cpp74 if(ctr->type==CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY){ in filterOk()
H A Dalltimeconstraintsform.cpp1289 else if(ctr->type==CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY){ in modifyConstraint()
/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dtimeconstraint.h204 const int CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY =116; variable
H A Dgenerate_pre.cpp10125 else if(gt.rules.internalTimeConstraintsList[i]->type==CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY){ in computeTeachersMaxGapsPerRealDayPercentage()
10205 else if(gt.rules.internalTimeConstraintsList[i]->type==CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY){ in computeTeachersMaxGapsPerRealDayPercentage()
H A Dtimeconstraint.cpp553 type==CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY || in canBeUsedInMorningsAfternoonsMode()
28863 this->type = CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY; in ConstraintTeacherMaxGapsPerRealDay()
28871 this->type = CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY; in ConstraintTeacherMaxGapsPerRealDay()
H A Drules.cpp1336 else if(ctr->type==CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY){ in modifyTeacher()
5272 else if(tc->type==CONSTRAINT_TEACHER_MAX_GAPS_PER_REAL_DAY){ in updateConstraintsAfterRemoval()