Chapter 16 – Scheduling
25. Given:
We are given the staffing requirements shown below. Workers must have two consecutive days
off (not including Sunday). Determine the minimum number of workers needed and a schedule
for staffing.
Note 1: Wed-Thu has the two lowest consecutive requirements (5). Circle those days. Subtract
one from each day’s requirement, except for the circled days. Do not subtract from a value of 0.
Enter those values in the row for Worker 2.
Note 2: There is a tie for the two lowest consecutive requirements (5) between Mon-Tue, Tue-
Wed, and Wed-Thu. In case of a tie, pick the pair with the lowest adjacent requirements (day to
the left and day to the right).
Note 3: There is a tie for the two lowest consecutive requirements (4) between Mon-Tue, Wed-
Thu, Thu-Fri, and Sat-Mon. In case of a tie, pick the pair with the lowest adjacent requirements
(day to the left and day to the right).
Mon-Tue adjacent requirements = (Sat) 3 + (Wed) 2 = 5.
Wed-Thu adjacent requirements = (Tue) 3 + (Fri) 2 = 5.
Note 4: There is a tie for the two lowest consecutive requirements (2) between Wed-Thu and
Thu-Fri. In case of a tie, pick the pair with the lowest adjacent requirements (day to the left and
day to the right).
Wed-Thu adjacent requirements = (Tue) 3 + (Fri) 1 = 4.
Thu-Fri adjacent requirements = (Wed) 1 + (Sat) 2 = 3.