Lines Matching refs:hours

10154 	QList<int> hours;  in readTeacherNotAvailable()  local
10291 if(tna->days.at(k)==d && tna->hours.at(k)==hh) in readTeacherNotAvailable()
10295 tna->hours.append(hh); in readTeacherNotAvailable()
10299 assert(tna->days.count()==tna->hours.count()); in readTeacherNotAvailable()
10304 hours.clear(); in readTeacherNotAvailable()
10307 hours.append(hh); in readTeacherNotAvailable()
10310 cn=new ConstraintTeacherNotAvailableTimes(weightPercentage, teacher, days, hours); in readTeacherNotAvailable()
10413 cn->hours.append(h); in readTeacherNotAvailableTimes()
10436 assert(i==cn->days.count() && i==cn->hours.count()); in readTeacherNotAvailableTimes()
11249 QList<int> hours; in readStudentsSetNotAvailable() local
11383 if(ssna->days.at(k)==d && ssna->hours.at(k)==hh) in readStudentsSetNotAvailable()
11387 ssna->hours.append(hh); in readStudentsSetNotAvailable()
11391 assert(ssna->days.count()==ssna->hours.count()); in readStudentsSetNotAvailable()
11396 hours.clear(); in readStudentsSetNotAvailable()
11399 hours.append(hh); in readStudentsSetNotAvailable()
11402 cn=new ConstraintStudentsSetNotAvailableTimes(weightPercentage, students, days, hours); in readStudentsSetNotAvailable()
11506 cn->hours.append(h); in readStudentsSetNotAvailableTimes()
11529 assert(i==cn->days.count() && i==cn->hours.count()); in readStudentsSetNotAvailableTimes()
15773 QList<int> hours; in readBreak() local
15898 if(tna->days.at(k)==d && tna->hours.at(k)==hh) in readBreak()
15902 tna->hours.append(hh); in readBreak()
15906 assert(tna->days.count()==tna->hours.count()); in readBreak()
15911 hours.clear(); in readBreak()
15914 hours.append(hh); in readBreak()
15917 cn=new ConstraintBreakTimes(weightPercentage, days, hours); in readBreak()
16017 cn->hours.append(h); in readBreakTimes()
25481 QList<int> hours; in readRoomNotAvailable() local
25607 if(tna->days.at(k)==d && tna->hours.at(k)==hh) in readRoomNotAvailable()
25611 tna->hours.append(hh); in readRoomNotAvailable()
25615 assert(tna->days.count()==tna->hours.count()); in readRoomNotAvailable()
25620 hours.clear(); in readRoomNotAvailable()
25623 hours.append(hh); in readRoomNotAvailable()
25626 cn=new ConstraintRoomNotAvailableTimes(weightPercentage, room, days, hours); in readRoomNotAvailable()
25728 cn->hours.append(h); in readRoomNotAvailableTimes()
25751 assert(i==cn->days.count() && i==cn->hours.count()); in readRoomNotAvailableTimes()
25854 cn->hours.append(h); in readTeacherRoomNotAvailableTimes()
25882 assert(i==cn->days.count() && i==cn->hours.count()); in readTeacherRoomNotAvailableTimes()