Operation Management (Linear Programming Problems) : Prof. Ashutosh Kar
Operation Management (Linear Programming Problems) : Prof. Ashutosh Kar
Ashutosh Kar
◼ Brief Introduction
◼ Linear Programming
Operation Management?
◼ x = Number of tables
◼ y = Number of chairs
Constraints
◼ Finance: 2500 x + 500 y ≤ 50,000
▪ Or 5 x + y ≤ 100
◼ Storage: x + y ≤ 60
◼ x, y ≥ 0
Various Methods to Solve
◼ Graphical Method
◼ Simplex Method
◼ Excel Solver
Graphical Method
◼ Steps
▪ Find the feasible region for the decision variables
▪ Find the optimum solution inside the region
Find Feasible Region
• 5 x + y = 100 ---- i
• x + y = 60 ---- ii
X
axis
The Graph
Minimization Problem
Now solve this:
◼ A farmer can buy two types of plant food, Mix A and Mix
B. Each cubic metre of mix A contains 20 kg of phosphoric
acid, 30 kg of nitrogen, and 5 kg of potash. Each cubic
metre of mix B contains 10 kg of phosphoric acid, 30 kg of
nitrogen and 10 kg of potash. The minimum monthly
requirements are 460 kg of phosphoric acid, 960 kg of
nitrogen, and 220 kg of potash.
◼ If mix A costs Rs.30 per cubic metre and mix B costs Rs. 35
per cubic metre, how many cubic metres of each mix should
the farmer blend to meet the minimum monthly
requirements at a minimal cost? What is the cost?
Problem Formulation
◼ A farmer buys Mix A and Mix B (how much of these is
◼ X = Mix A in cubic
our decision)
metre
◼ Y = Mix B in cubic
◼ Each cubic metre of mix A contains 20 kg of phosphoric
metre
acid, 30 kg of nitrogen, and 5 kg of potash.
◼ Phosphoric Acid
◼ Each cubic metre of mix B contains 10 kg of phosphoric
◼ 20x + 10 y >= 460
acid, 30 kg of nitrogen and 10 kg of potash.
◼ 2x + y >= 46
◼ Nitrogen
◼ Constraints
◼ 30x + 30 y >= 960
▪ Phosphoric acid >= 460 kg
◼ x + y >= 32
▪ Nitrogen >= 960 kg
◼ Potash
▪ Potash >= 220 kg
◼ 5x + 10y >= 220
◼ x + 2y >= 44
◼ Cost
◼ x, y >= 0
▪ Mix A costs Rs.30 per cubic metre
▪ Mix B costs Rs. 35 per cubic metre
◼ Z (min) = 30x + 35y
◼ Objective: Minimization of cost
Y
◼ 2x + y = 46 ---- i
axis
◼ x + y = 32 ---- ii
◼ x + 2y = 44 ---- iii
50
(0, 46)
◼ Z (min) = 30x +
40 35y
30 (0,
32)
(14, Minimum value of Z at (20, 12), equal to 1020
20
(0, 18)
22) (20,
10
12)