Linear Programming-Class Presentation
Linear Programming-Class Presentation
Quantitative Analysis
A scientific approach to managerial decision making in which raw data are processed and
manipulated to produce meaningful information.
The analysis and application of mathematical tools
and techniques to a wide range of problems.
QUANTITATIVE ANALYSIS
● Production/Operations Management
● Business Analytics
Linear Programming
● Many management decisions involve making the most effective use of limited
resources.
REQUIREMENTS OF LP PROBLEMS
Use the decision variables to write mathematical expressions for the objective
4 function and the constraints
FORMULATING LP PROBLEMS
UNDERSTAND THE PROBLEM
Processes are similar, both require carpentry work and painting and varnishing
● Each table takes 4 hours of carpentry and 2 hours of painting and varnishing
● Each chair requires 3 hours of carpentry and 1 hour of painting and varnishing
● There are 240 hours of carpentry time available and 100 hours of painting and
varnishing
● Each table yields a profit of R70 and each chair a profit of R50
IDENTIFY VARIABLES
Objective:
The objective is to maximise profit .
Carpentry 4 3 240
The hours of carpentry time used cannot The hours of painting and varnishing time used cannot
exceed 240 hours per week exceed 100 hours per week
● Carpentry time used ≤ Carpentry time ● Painting and varnishing time used ≤ Painting and
available varnishing time available
● 4T + 3C ≤ 240 (hours of carpentry time) ● 2T + 1C ≤ 100 (hours of painting and varnishing
time)
Complete Mathematical Formulation
subject to
4T + 3C ≤ 240 (carpentry)
2T + 1C ≤ 100 (painting and varnishing)
T, C ≥ 0 (nonnegativity)
● This only works when there are just two decision variables
● This approach provides valuable insight into how other approaches work
● Non negativity constraints mean that we are always working in the first (or northeast) quadrant of a graph
Graphical Solution to an LP Problem
Let T=0
Then 4(0) + 3C =240
3C = 240
C = 80
Let C=0
Then 4T + 3(0) = 240
4T = 240
T = 60
Graphical Solution to an LP Problem (cont’d)
Let T=0
Then 2(0) + C = 100
C = 100
Let C=0
Then 2T + (0) = 100
2T = 100
T = 50
Thus:
For 2T + C <= 100 → C = 100 - 2T
0 0 0
50 0 3500
0 80 4000
30 40 4100
● Surplus is used with a greater than or equal to (>=) constraint to indicate the amount by
which the right hand side of the constraint is exceeded
A 5 10 90
B 4 3 48
C 0.5 0 1.5
Let
X1 = number of pounds of brand 1 feed purchased
X2 = number of pounds of brand 2 feed purchased
The lowest cost solution is to purchase 8.4 pounds of brand 1 feed and 4.8 pounds of brand 2 feed for a
total cost of 31.2 cents per turkey
FOUR SPECIAL CASES IN LP
1 No feasible solution
FOUR SPECIAL CASES IN LP (cont’d)
2 Unboundedness
FOUR SPECIAL CASES IN LP
4 Redundancy
End