Lecture 05 - Multiple Optimal Solutions and Redundant Constraints
Lecture 05 - Multiple Optimal Solutions and Redundant Constraints
TABLE OF CONTENTS
1|Page
MULTIPLE OPTIMAL SOLUTIONS
Example:
Maximize Z = x1 + 2x2
Subject to
x1≤ 80
x2≤ 60
5x1 + 6x2 ≤600
x1+ 2x2 ≤ 160
x1, x2 ≥ 0.
Solution:
Step 1:Conversion of Inequality-constraints into equality constraints, we have the following set of
constraints
x1 = 80
x2 = 60
5x1 + 6x2 = 600
x1+ 2x2 = 160
Thus, a line drawn between these two points (120, 0) & (0, 100), represents the above
constraint3.
2|Page
4. Drawing line for Constraint 4 i:e; x1 + 2x2 = 160
If only x1 and no x2 is produced, the maximum value of x1 is 160/1 = 160. (160, 0).
If only x2 and no x1 is produced, the maximum value of x2is 160/2 = 80. (0, 80).
Thus, a line drawn between these two points (160, 0) & (0, 80), represents the above constraint4.
All points from P to Q lying on line PQ represent optimal solutions and all these willgive the same
optimal value (maximum profit) of Rs. 160. This is indicated by the factthat both the points P with co-
ordinates (40, 60) and Q with co-ordinates (60, 50) are onthe line x1 + 2x2 = 160. Thus, every point on
the line PQ maximizes the value of theobjective function and the problem has multiple optimal
solutions.
3|Page
REDUNDANT CONSTRAINTS
Example:
Subject to
x1, x2 ≥ 0
The remaining three constraints are not affecting the feasible region in any manner. Such constraints
are called redundant constraints.
4|Page