Create a single large list before starting scheduling instead of dynamically building a priority list while scheduling every control step.
It sorts all operations using the ALAP labels in ascending order as the primary key and the ASAP labels in descending order as the secondary key.



