I.E. 2001   OPERATIONS RESEARCH

THE CRITICAL PATH METHOD (cont'd)



Total Float for Activity i-j (TFij):
The "excess" time available for activity i-j in the minimum completion time schedule of the project:
 
TFij= {(LCij - ESij) - Dij}

Note that since activity i-j comes out of Node i and goes in to Node j, by definition, LCij=LCj and ESij=ESi

Critical Activity:
One that has a total float equal to 0, i.e., activity i-j is critical if TFij=0. Note that TFij=0 \Rightarrow (LCij - ESij) = Dij, i.e., ESij + Dij = LCij. Thus, a critical activity has no excess time available for its completion - it MUST start as soon as possible (at ESij) so that it is done no later than the time beyond which the project will be delayed (LCij).

Critical Path:
A path of critical actvities in the project network that link the start node (Node 1) and the end node (Node n). It is possible for a project to have more than one critical path!
 

CPM: Critical Path Method

  1. Forward Path: Start at Node 1 with ES1=0 and find ES2, ES3,…ESn via ESj = Maxi {ESi + Dij} \forall defined i-j.
  2. Backward Path: Start at Node n with LCn=ESn and find LCn-1, LCn-2,…LC1 via LCi=Minj {LCj-Dij} defined i-j.
  3. Compute LCij=LCj and ESij=ESi for each activity i-j in the project network
  4. Compute TFij= {(LCij - ESij) - Dij} for each activity i-j in the project network and identify the critical path.

Continue with next page...
Back to previous page...



Back to IE 2001 Web Documents page.