Show how the dynamic programming algorithm for the assembly-line scheduling problem of the text's Section 15.1 would find the minimum time through the factory for the instance diagrammed below. You needn't give the schedule that achieves this time. In other words, in the terminology of the text, you need only give the values for f1 and f2, as well as the optimal cost f*. You needn't give the values for l1 and l2.
a[1,i]: 3 →→→→→ 5 →→→→→ 5 →→→→→ 10
↗ ↘ ↗ \ ↗ \ ↗ \
2 3 / 3 / 3 / 1
item / \/ \/ \/ ↘ item
enters \ /\ /\ /\ ↗ exits
3 2 \ 2 \ 2 \ 6
↘ / ↘ / ↘ / ↘ /
a[2,i]: 7 →→→→→ 1 →→→→→ 2 →→→→→ 8