Special Cases in Simplex Method
Special Cases in Simplex Method
Now suppose that two or more non-basic variables are tied for
having the largest positive coefficient.
For example, this would occur in the first iteration for the
following problem if its objective function were changed to
Z= 3x1 +32, so that the initial in the Cj-Zj row became x1=3,
Max Z=3x1+5x2
Subject to
X1≤4
2x2≤12
3x1+2x2≤18
X1,X2≥0
Cont…
The answer is that the selection between these contenders may be
made arbitrarily.
The optimal solution will be reached eventually, regardless of the
tied variable chosen, and there is no convenient method for
predicting in advance which choice will lead there sooner.
In this example, the simplex method happens to reach the optimal
solution (2, 6) in three iterations with x1 is chosen as the initial
Exercise
• Solve the following linear program using the simplex
method.
x1 +3x3 ≤6
3x1 +x2 +3x3 ≤9
x 1, x 2, x 3 ≥ 0
Cont…