






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
utilizing a variety of technical means to solve the critical path problem
Typology: Lecture notes
1 / 12
This page cannot be seen from the preview
Don't miss anything!







Network is a technique used for planning and scheduling of large projects in the fields of construction, maintenance, fabrication, purchasing, computer system instantiation, research and development planning etc. There is multitude of operations research situations that can be modeled and solved as network. Some recent surveys reports that as much as 70% of the real-world mathematical programming problems can be represented by network related models. Network analysis is known by many names _PERT (Programme Evaluation and Review Technique), CPM (Critical Path Method), PEP (Programme Evaluation Procedure), LCES (Least Cost Estimating and Scheduling), SCANS (Scheduling and Control by Automated Network System), etc
The Basic Terminology
It is a graphical representation of logical and sequentially connected activities and events of
a project. Network is also called arrow diagram. PERT (Programme Evolution Review
Technique) and (Critical Path Method) are the two most widely applied techniques.
A project is defined as a combination of interrelated activities which must be executed in a
certain order in for its completion.
Project Management Process
Network analysis is the general name given to certain specific techniques which can be used
for the planning, management and control of projects
Activity
Any individual operation, which utilizes resources and has an end and a beginning, is called activity. A task or a certain amount of work required in the project Requires time to complete Represented by an arrow
These are usually classified into four categories: Predecessor activity Successor activity
Network Techniques
Concurrent activity Dummy activity
Dummy Activity It Indicates only precedence relationships and does not require any time of effort
PERT(Program Evaluation and Review Technique) is a method to analyze the involved
tasks in completing a given project, especially the time needed to complete each task, and
identifying the minimum time needed to complete the total project.
PERT is based on the assumption that an activity’s duration follows a probability distribution instead of being a single value Three time estimates are required to compute the parameters of an activity’s duration distribution:
Mean (expected time) =
Variance ( 2 ) =
2
Probability computation: Determine probability that project is completed within specified
time
Where = project mean time = project standard mean time x = (proposed) specified time
Float: Float of an activity represents the excess of available time over its duration.
Total Float (Ft) The amount of time by which the completion of an activity could be delay beyond the earliest expected completion time without affecting the overall project duration. i.e. Tf= (Latest start-Earliest start) for activity(i-j), or,(Tf)ij=(LS)jj-(ES)ij
Free Float (Ff) The time by which the completion of an activity can be delayed beyond the earliest finish time without affecting the earliest start of a subsequent (succeeding) activities.
Situations in network diagram
(Programme Evaluation Review Technique)
Example: 02. The following table gives the activities of a construction project and other relevant information.
Activities (i-j)
Normal duration (days)
Crash duration (days)
Crashing cost (Rs. per day) 1- 1- 1- 2- 3- 4-
A. What is the normal project length and minimum project length? B. Determine the minimum crashing costs of schedule ranging from length down to and the minimum length schedule. C. What is the optimal length schedule duration of each job for your solution? Given that over head cost total Rs. 60 per day.
Solution:
Example-3: The time estimates (in hours) for the activities of a PERT network are given below:
Activity t 0 tm tp 1-2 1 1 7 1-3 1 4 7 1-4 2 2 8 2-5 1 1 1
ii) The probability of completing the project not more than 4 weeks than the expected time
is given by S^ E
, Therefore TS=1.28×3+17=20.84 weeks
3
Example-06: Find the shortest path between every two nodes by Floyd’s algorithms?
Solution: Using Floyd’s algorithms, we have
Iteration-0, k=
D 0 1 2 3 4 5
1 — 3 10
2 3 —
3 10 — 6 15
4 5 6 — 4
5 4 —
Iteration-1,k=
D 1
1 2 3 4 5
1 — 3 10
2 3 — 13 5
3 10 15 — 6 15
4 5 6 — 4
5 4 —
Activities A B C D E F G H I J K Predecessor - - A A I,J,K B,D B,D F A G,H F
Activity Predecessor Duration (days) A --- 6 B A 4 C B 7 D A 2 E D 4 F E 10 G --- 2