Unit 4: Linear Programming
Unit 4: Linear Programming
LINEAR PROGRAMMING
Topics
• Translating a business problem in mathematical
language,
• formulating mathematical constraints using given
business restrictions,
• determining the appropriate cost or profit function to
be optimized such that all imposed restrictions will be
satisfied,
• arriving at the optimal production schedules for
optimum cost/profit,
• sensitivity analysis
Objectives
Maximize z = 6X + 4X
1 2
• Constraints show the restrictions on the values of the decision variables. Without constraints
manager could make a large profit by choosing decision variables to be very large. Here there
are three constraints:
Available machine-hours for each machine
Time consumed by each product
Sign restrictions are added if the decision variables can only assume nonnegative values
(Manager can not use negative negative number machine and time never negative number )
Formulation
Max Z(profit)= 40 a + 30 b
s.t.
3a+b ≤ 30,000 (Man- hours)
a ≤ 8,000
b ≤ 12,000 (Marketing)
a, b ≥ 0
Example 3
The Electrocomp Corporation manufactures two electrical
products: air conditioners and large fans. The assembly
process for each is similar in that both require a certain
amount of wiring and drilling. Each air conditioner takes 3
hours of wiring and 2 hours of drilling. Each fan must go
through 2 hours of wiring and 1 hour of drilling. During the
next production period, 240 hours of wiring time are available
and up to 140 hours of drilling time may be used. Each air
conditioner sold yields a profit of $25. Each fan assembled
may be sold for a $15 profit. Formulate
Ex 3 Formulation
4T + 3C=240
Feasible
Corner Points
and Profits
Example 5 graphical solution of example 3
1 2
Solution by Graphical method
• Max Z = 4x +2y
s.t. 2x +3y ≤18
x + y ≥ 10
x, y ≥ 0
Example 9 Unboundedness
• Max z = 3x +5y
s.t. x≥5
y≤10
x+2y ≥10
x,y ≥ 0
Example 10 Redundancy