car 1: {re-paint, sunroof, sound system}
car 2: {sound system, replace tires, alarm, safety seat}
car 3: {sound system}
car 4: {safety seat, alarm}
For each car, you can do these operations in any order. But only
one operation per car can be done at a time. So you could not re-paint
car 1 at the same time a sound system is being installed. Also,
remember that you could not be installing a sound system on car 2 and
car 3 at the same time because they both require the same machine.The goal is to schedule all the operations to finish up everything as soon as possible (so you can go home).
Return to the CS 441/539 Home Page