Consider the order-requirement digraph above, where all indicated weights are in minutes. Using critical-path scheduling, what should the priority list be?

Enter the task list, ordered left-to-right, separating task labels by commas. For example: T4,T1,T2,T5,T3 :

Schedule the tasks on 3 processors. Enter the task labels and idle times (if any) in order for each processor, separated by commas. For example: 3,T1,T2,4,T5,6

Processor 1 :
Processor 2 :
Processor 3 :

How much time does the resulting schedule require?

Time required (minutes) :

You can earn partial credit on this problem.