Critical Path Analysis: Applications of Computer in Yarn/Fabric/Wet/Apparel/Management Lecture # Project Management
Critical Path Analysis: Applications of Computer in Yarn/Fabric/Wet/Apparel/Management Lecture # Project Management
Earliest Start Time (ES): Let, Dij be the duration of the activity. ESj be the earliest start times of all the activities
which are emanating from node j (shown lower square side in the network). ESj is defined as ESj=max(ESi+Dij).
Least Completion Time (LC): LCi be the latest completion time and defined as LCi=min(LCj-Dij). LCi values are
shown in the upper squares in the network.
A.N.M. Bazlur Rashid, Assistant Professor (Computer) & Head, Department of Allied Engineering, Bangladesh University of Textiles / Page 1 of 9
Applications of Computer in Yarn/Fabric/Wet/Apparel/Management Lecture # Project Management
NOTE:
ES is defined as- take the maximum path cost from all possible paths from starting node to node n.
LC is defined as- take the minimum value from all possible paths from node n to ending node.
TF is calculated as- target’s upper square-source’s lower square-path cost.
FF is calculated as- target’s lower square-source’s lower square-path cost.
Problem-2: A small project consists of seven activities for which the relevant data are given below.
Activity Predecessor Mean Duration
A - 4
B - 7
C - 6
D A,B 5
E A,C 7
F C,D,E 6
G C,D,E 5
A.N.M. Bazlur Rashid, Assistant Professor (Computer) & Head, Department of Allied Engineering, Bangladesh University of Textiles / Page 2 of 9
Applications of Computer in Yarn/Fabric/Wet/Apparel/Management Lecture # Project Management
A.N.M. Bazlur Rashid, Assistant Professor (Computer) & Head, Department of Allied Engineering, Bangladesh University of Textiles / Page 3 of 9
Applications of Computer in Yarn/Fabric/Wet/Apparel/Management Lecture # Project Management
Linear Programming
Linear programming is a mathematical programming technique to optimize performance under a set of
resource constraints as specified by an organization.
Example 1:
A company manufactures two different types of products: P1 and P2. Each product requires processing on
Milling Machine and Drilling Machine. But each type of machines has limited hours available per week. The
net profit per unit of the products, resource requirements of the products and availability of resources are
summarized in following table.
A.N.M. Bazlur Rashid, Assistant Professor (Computer) & Head, Department of Allied Engineering, Bangladesh University of Textiles / Page 4 of 9
Applications of Computer in Yarn/Fabric/Wet/Apparel/Management Lecture # Project Management
Solution:
Let us prepare a model for this Linear Programming problem step by step.
# Decision Variable: X1 and X2 are the production volumes of the products P1 and P2
respectively.
# Objective Function Coefficient: Let, C1 be the profit per unit of product P1, which is equal to 250$ and
C2 be the profit per unit of product P2, which is equal to 400$.
# Objective Function: Maximize Z=C1X1+C2X2=250X1+400X2
# Technological Coefficient: 2,5
4,2
# Resource Availability: 200
240
# Set of Constraints: 2X1+5X2≤200
4X1+2X2≤240
# Non-negativity Constraints: X1 and X2≥0
Complete Model:
Maximize Z=250X1+400X2
Subject to
2X1+5X2≤200
4X1+2X2≤240
X1 and X2≥0
Example 2:
Solve the following LP problem, using Graphical Method.
Maximize Z=6X1+8X2
Subject to
5X1+10X2≤60
4X1+4X2≤40
X1 and X2≥0
Solution:
To compute the coordinates on X1X2 plane, let, 5X1+10X2=60
If X1=0, X2=6
If X2=0, X1=12
For second constraint, let, 4X1+4X2=40
If X1=0, X2=10
If X2=0, X1=10
Plotting the constraints, we get the following figure.
A.N.M. Bazlur Rashid, Assistant Professor (Computer) & Head, Department of Allied Engineering, Bangladesh University of Textiles / Page 5 of 9
Applications of Computer in Yarn/Fabric/Wet/Apparel/Management Lecture # Project Management
Here, the closed polygon ABCD is the feasible region. The objective function value at each of the corner points
of the closed polygon is computed by substituting its coordinates in the objective function as:
Z(A)=6×0+8×0=0
Z(B)=6×10+8×0=60
Z(C)=6×8+8×2=64
Z(D)=6×0+8×6=48
Hence, the optimal result is Z(C).
Exercise:
• Solve the following LP problem using graphical method. Minimize Z=10x1+15x2+20x3 subject to
2x1+4x2+6x3<=24
3x1+9x2+6x3<=30
x1, x2 and x3>=0
• Solve the following LP problem using graphical method. Maximize Z=5x1+3x2+7x3 subject to
x1+x2+2x3<=22
3x1+2x2+x3<=26
x1+x2+x3<=18
x1, x2 and x3>=0
• Solve the following LP problem using graphical method. Maximize Z=10x1+15x2+20x3 subject to
2x1+4x2+6x3<=24
3x1+9x2+6x3<=30
x1, x2 and x3<=0
A.N.M. Bazlur Rashid, Assistant Professor (Computer) & Head, Department of Allied Engineering, Bangladesh University of Textiles / Page 6 of 9
Applications of Computer in Yarn/Fabric/Wet/Apparel/Management Lecture # Project Management
Production Planning
It involves a number of activities related to
• the preparation of the manufacturing
• the modification of the manufacturing
• the master production schedule
A.N.M. Bazlur Rashid, Assistant Professor (Computer) & Head, Department of Allied Engineering, Bangladesh University of Textiles / Page 8 of 9
Applications of Computer in Yarn/Fabric/Wet/Apparel/Management Lecture # Project Management
A.N.M. Bazlur Rashid, Assistant Professor (Computer) & Head, Department of Allied Engineering, Bangladesh University of Textiles / Page 9 of 9