Computations - P1
Enumerating the various paths from source to sink in
the example network,we get the following path activity matrix.The
numbers in this matrix represent the cost slopes of the respective
activities.
| Paths |
A |
B |
C |
D |
E |
F |
G |
H |
| ADG |
100 |
a |
a |
80 |
a |
a |
140 |
a |
| AF |
100 |
a |
a |
a |
a |
60 |
a |
a |
| BG |
a |
120 |
a |
1 |
a |
a |
140 |
a |
| CEG |
a |
a |
50 |
a |
X |
a |
140 |
a |
| CH |
a |
a |
50 |
a |
a |
a |
a |
10 |
|