kyrabrown33
kyrabrown33
09.10.2019 • 
Mathematics

Given n jobs such that job j requires time tj and is due at time dj . we can schedule all jobs to minimize maximum lateness using the algorithm from the class. the proof of the optimality uses a key claim that exchanging two adjacent, inverted jobs does not increase the max lateness. based on the proof, make 2 examples of this operation: one example, where the max lateness decreases after the swap and one example, where the max lateness does not decrease after the swap.

Solved
Show answers

Ask an AI advisor a question