Home
last modified time | relevance | path

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

/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dgenerate_pre.h564 extern Matrix1D<double> subgroupsMaxHoursContinuouslyPercentages1;
H A Dgenerate_pre.cpp486 Matrix1D<double> subgroupsMaxHoursContinuouslyPercentages1; variable
1224 subgroupsMaxHoursContinuouslyPercentages1.resize(gt.rules.nInternalSubgroups); in processTimeSpaceConstraints()
3006 subgroupsMaxHoursContinuouslyPercentages1[i]=-1; in computeStudentsMaxHoursContinuously()
3019 subgroupsMaxHoursContinuouslyPercentages1[sb] <= smd->weightPercentage)){ in computeStudentsMaxHoursContinuously()
3021 subgroupsMaxHoursContinuouslyPercentages1[sb] = smd->weightPercentage; in computeStudentsMaxHoursContinuously()
3024 subgroupsMaxHoursContinuouslyPercentages1[sb] >= smd->weightPercentage){ in computeStudentsMaxHoursContinuously()
3070 subgroupsMaxHoursContinuouslyPercentages1[sb] <= smd->weightPercentage)){ in computeStudentsMaxHoursContinuously()
3072 subgroupsMaxHoursContinuouslyPercentages1[sb] = smd->weightPercentage; in computeStudentsMaxHoursContinuously()
3075 subgroupsMaxHoursContinuouslyPercentages1[sb] >= smd->weightPercentage){ in computeStudentsMaxHoursContinuously()
3986 if(subgroupsMaxHoursContinuouslyPercentages1[sbg]==100.0){ in checkMaxHoursForActivityDuration()
[all …]
H A Dgenerate.cpp14947 percentage=subgroupsMaxHoursContinuouslyPercentages1[sbg]; in randomSwap()