Home
last modified time | relevance | path

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

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dconstraintstudentssetmaxgapsperweekforrealdaysform.cpp70 if(ctr->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REAL_DAYS){ in filterOk()
H A Dalltimeconstraintsform.cpp1558 else if(ctr->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REAL_DAYS){ in modifyConstraint()
/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dtimeconstraint.h270 const int CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REAL_DAYS =162; variable
H A Drules.cpp2621 else if(ctr->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REAL_DAYS){ in modifyStudentsSet()
2914 else if(ctr->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REAL_DAYS){ in modifyStudentsSets()
5372 else if(tc->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REAL_DAYS){ in updateConstraintsAfterRemoval()
H A Dtimeconstraint.cpp619 type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REAL_DAYS || in canBeUsedInMorningsAfternoonsMode()
45451 this->type = CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REAL_DAYS; in ConstraintStudentsSetMaxGapsPerWeekForRealDays()
45457 this->type = CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REAL_DAYS; in ConstraintStudentsSetMaxGapsPerWeekForRealDays()
H A Dgenerate_pre.cpp11647 …f(gt.rules.internalTimeConstraintsList[i]->type==CONSTRAINT_STUDENTS_SET_MAX_GAPS_PER_WEEK_FOR_REA… in computeSubgroupsMaxGapsPerRealDayPercentages()