Lecture 3
Lecture 3
Lecture 3
Linear programing (LP)
Cost Minimization
Course leader : Shewayirga Assalf (Ass.Pro.)
LP: Cost Minimization
x1 =1, x2=2
Animals need:
X1 X2 X1 X2
X1 X2
0 14 0 12
7 0 0 6
12 0
18 0
12
10
2X1+X2= 14
B
8
4 C
2X1+X2= 14
2
D
X1
0 2 4 6 8 7 10 12 14 16 18
Optimum solution
Special Cases in Graphical solution
1. Redundant Constraint
• If a constraint when plotted on a graph doesn’t form part of the
boundary making the feasible region of the problem that constraint
is said to be redundant.
• Example:
Cont ..
2. Multiple optimal Solutions
• /Alternative optimal solutions/
• -This is a situation where by a LPP has more than
one optimal solution.
• Multiple optimal Solutions will be found if two
corers give optimal solution, then the line segment
joining these points will be the solution.
Cont….
• ==>We have unlimited number of optimal solution with out increasing or
decreasing the objective function.
•
• Example:
• The information given below is for the products A and B.
• __________________________________________________________________
___
Machine hours per week Maximum available
• Department Product A Product B
per week
• __________________________________________________________________
___
• Cutting 3 6 900
• Assembly 1 1 200
• Profit per unit $8 $16
• __________________________________________________________________
___
• Assume that the company has a marketing constraint on selling products B and
therefore it can sale a maximum of 125units of this product.
Cont…
• Required:
a. Formulate the LPP of this problem
b. Find the optimal solution
Solution:
• Let X1 =The No of units f product A produced per week
• X2 =The No of units f product B produced per week
• The LPP Model of the problem is:
Cont…
cont.
Corners Coordinates MaxZ=8 X1 + 16X2
A (0, 0) 0
E (200, 0) 1600
Interpretation:
Both C and D are optimal solutions. Any point on the line segment CD will also lead to the same optimal solution.
==>Multiple optimal solutions provide more choices for management to reach their objectives.
3. Infeasible Solution
A solution is called feasible if it satisfies all the constraints and the constraints and non-negativity condition.
However, it is sometimes possible that the constraints may be inconsistent so that there is no feasible solution to the problem. Such a situation is called infeasibility.
Example:
MaxZ=20X1 +30X2
St:
X1 > 30
X1 , X2 > 0
Solution:
cont