Home
last modified time | relevance | path

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

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dconstraintstudentssetmaxgapsperdayform.cpp71 if(ctr->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY){ in filterOk()
H A Dalltimeconstraintsform.cpp1025 else if(ctr->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY){ in modifyConstraint()
/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dtimeconstraint.cpp350 type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY || in canBeUsedInOfficialMode()
475 type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY || in canBeUsedInMorningsAfternoonsMode()
721 type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY || in canBeUsedInBlockPlanningMode()
850 type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY || in canBeUsedInTermsMode()
21710 this->type = CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY; in ConstraintStudentsSetMaxGapsPerDay()
21716 this->type = CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY; in ConstraintStudentsSetMaxGapsPerDay()
H A Dtimeconstraint.h126 const int CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY =62; variable
H A Drules.cpp2496 else if(ctr->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY){ in modifyStudentsSet()
2789 else if(ctr->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY){ in modifyStudentsSets()
5129 else if(tc->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY){ in updateConstraintsAfterRemoval()
H A Dgenerate_pre.cpp11537 else if(gt.rules.internalTimeConstraintsList[i]->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_DAY){ in computeSubgroupsMaxGapsPerDayPercentages()