Forward Pass - Greatest number
In the forward pass through a network, the earliest time an event can occur is determined by the greatest number obtained from considering all the activities ending at that event.
Reverse Pass - Smallest number
In the reverse pass through a network, the latest time an event can occur (without changing the critical path) is determined by the smallest number obtained from considering all the activities starting at that event.
An activity is on the critical path if its total float is zero. Also:
Activity A, with duration D is said to be on the critical path if:
Note: At the beginning event and the final event, the following must be true:
You are going to build a prefabricated steel warehouse according to the plans in Fig. 1 and using the activities in Table 1 below. The walls are primed, and the roof, doors, and windows are prepainted. You have the following constraints on the erection:
1.Items must be assembled in the following order: footing, walls, roof, lights.
2.Doors and windows can be installed after the corresponding sides are erected.
3.Both windows must be installed at the same time.
4.Walls can be painted only after all walls are erected.
Table 1. List of Activities Required to Build a Prefabricated Steel Warehouse
First, we will make a list of preceding activities (PA) (see Table 2) indicating which activities must precede each given activity.
|
Activity |
Preceding Activities |
|
A |
|
|
B |
A |
|
C |
A.B |
|
D |
A.B.C |
|
E |
A.B.C.D |
|
F |
A.B.C.D |
|
G |
A.B.C.D |
|
H |
A.B.C.D |
|
I |
A.B.C.D.E |
|
J |
A.B.C.D.G |
|
K |
A.B.C.D.F.H |
|
L |
A.B.C.D.E.F.G.H |
|
M |
A.B.C.D.E.F.G.H.L |
|
N |
A.B.C.D.E.F.G.H |
Next, we will reduce the PA list to an immediate preceding activity (IPA) list (see Table 3).
Later, this IPA information will help us in drawing the network diagram.
This document was produced using an evaluation version of HTML Transit 2