Question
3.38
8.
Consider the order-requirement digraph below:
Find the length of the
critical path
.
Schedule these seven tasks on two processors using the list
algorithm
and the lists:
T
1
,
T
2
,
T
3
,
T
4
,
T
5
,
T
6
,
T
7
T
2
,
T
1
,
T
3
,
T
6
,
T
5
,
T
4
,
T
7
Does either list lead to a completion time that equals the length of the critical
path
?
Show that no list can ever lead to a completion time equal to the length of the critical path (providing the schedule uses two processors).