Home
last modified time | relevance | path

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

/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dgenerate_pre.h567 extern Matrix1D<double> subgroupsMaxHoursContinuouslyPercentages2;
H A Dgenerate_pre.cpp489 Matrix1D<double> subgroupsMaxHoursContinuouslyPercentages2; variable
1226 subgroupsMaxHoursContinuouslyPercentages2.resize(gt.rules.nInternalSubgroups); in processTimeSpaceConstraints()
3009 subgroupsMaxHoursContinuouslyPercentages2[i]=-1; in computeStudentsMaxHoursContinuously()
3030 subgroupsMaxHoursContinuouslyPercentages2[sb] <= smd->weightPercentage)){ in computeStudentsMaxHoursContinuously()
3032 subgroupsMaxHoursContinuouslyPercentages2[sb] = smd->weightPercentage; in computeStudentsMaxHoursContinuously()
3035 subgroupsMaxHoursContinuouslyPercentages2[sb] >= smd->weightPercentage){ in computeStudentsMaxHoursContinuously()
3081 subgroupsMaxHoursContinuouslyPercentages2[sb] <= smd->weightPercentage)){ in computeStudentsMaxHoursContinuously()
3083 subgroupsMaxHoursContinuouslyPercentages2[sb] = smd->weightPercentage; in computeStudentsMaxHoursContinuously()
3086 subgroupsMaxHoursContinuouslyPercentages2[sb] >= smd->weightPercentage){ in computeStudentsMaxHoursContinuously()
4006 if(subgroupsMaxHoursContinuouslyPercentages2[sbg]==100.0){ in checkMaxHoursForActivityDuration()
[all …]
H A Dgenerate.cpp14951 percentage=subgroupsMaxHoursContinuouslyPercentages2[sbg]; in randomSwap()