Unec 1710175479
Unec 1710175479
Operations
Management:
Manufacturing and
Services
Linear Programming
(Graphical Method)
Linear Programming
2
Linear Programming
Resources are limited
There is an objective (function)
– Generally maximizing profit or minimizing costs
subject to resource-based, or other, constraints.
Linearity in both objective function and
constraint functions
Resources and products are homogeneous
Variables must be divisible and non-negative
3
Graphical LP Procedure
4
Objective Function
7
The Objective Function
Where
Z = the monthly profit from Max and Multimax
X1 = the number of Max produced each month
X 2 = the number of Multimax produced each month
8
Constraints
Max (X1) Multimax (X2)
Required Time/Unit Required Time/Unit Available Time/Month
3 5 5,000 Fab
1 4 3,000 Assy
9
Plotting the Constraints
X2 3,000
Fab
X1 X2
0 1,000
2,000 1,666.7 0
Assy
X1 X2
0 750
1,000 3,000 0
A B
C
0,0 1,000 2,000 3,000 X1 10
Plotting the Constraints
X2 3,000
Fab
X1 X2
0 1,000
2,000 1,666.7 0
Assy
X1 X2
0 750
1,000 3,000 0
A B
C
0,0 1,000 2,000 3,000 X1 11
Determining the Slope of the Objective
Function
Recall, Y = mx + b
Z = 400X1 + 800X2
800X2 = - 400X1 + Z
12
Finding the Optimal Point
X2 3,000
2,000
1,000
A B
C
0,0 1,000 2,000 3,000 X1
13
Finding the Optimal Point
X2 3,000
2,000
Optimal Point
1,000
A B
C
0,0 1,000 2,000 3,000 X1
14
Finding the Optimal Point
X2 3,000 The optimal point occurs
at the intersection of these
2,000
two lines:
3X1 + 5X 2 = 5,000 Fab
1,000
A B X1 + 4X 2 = 3,000 Assy
C
0,0 1,000 2,000 3,000 X1 3X1 + 12X 2 = 9,000 Assy
3X1 + 5X 2 = 5,000 Fab
7X 2 = 4,000
We could (and really X 2 = 571.43, or 571 Multimax
5000 - 5(571)
should) use integer X1 =
3
= 715 Max
programming.
15
Wrapping It Up
Max Z = 400X1 + 800 X 2
16
Graphical LP - Minimization Example
HiTech Metal Company is developing a plan for buying scrap
metal for its operations. HiTech receives scrap metal from two
sources, Hasbeen Industries and Gentro Scrap in daily shipments
using large trucks. Each truckload of scrap from Hasbeen yields
1.5 tons of zinc and 1 ton of lead at a cost of $15,000. Each
truckload of scrap from Gentro yields 1 ton of zinc and 3 tons of
lead at a cost of $18,000.
Hasbeen
Gentro
18
Constraints
Hasbeen (X1) Gentro (X2)
Tons Tons Min Tons
1.5 1 6 Zinc
1 3 10 Lead
19
Plotting the Constraints
X2 10 Zinc
9 X1 X2
8 0 6
4 0
7
6 Lead
X1 X2
5 0 3.333
4 10 0
3
2
1
1 2 3 4 5 6 7 8 9 10 X1
20
Plotting the Constraints
X2 10 Zinc
9 X1 X2
0 6
8 0
4
7
Lead
6
X1 X2
5 0 3.333
4 10 0
3
2
1
1 2 3 4 5 6 7 8 9 10 X1
21
Determining the Slope of the Objective
Function
22
Finding the Optimal Point
X2 10
9
8
7
6 Optimal Point
5
4
3
2
1
1 2 3 4 5 6 7 8 9 10 X1
23
Finding the Optimal Point
The optimal point occurs
at the intersection of these
two lines:
1.5X1 + X2 =6 (zinc--tons)
X1 + 3X2 = 10 (lead--tons)
1.5X1 + X2 =6 (zinc--tons)
What assumptions 1.5X1 + 4.5X2 = 15 (lead--tons)
are involved?
-3.5X2 = -9, X2 = 2.57 Gentro truckloads
X1 = 10 - 3(2.57) = 2.29 Hasbeen truckloads
24
Wrapping It Up