Изменения
→Общий алгоритм
MakeSchedule()
1 Modify()
2 B = <tex> \leftarrow </tex> Blocks(<tex> \{1 \ldots n \} </tex>) 3 ans = - <tex> \leftarrow </tex> <tex> -\infty </tex> 4 for (<tex> B_i \in B</tex> B): 5 ans = <tex> \max </tex> (ans, Decompose(<tex> B_i </tex>))
6 return ans