l6 Advanced Power System Optimization l5 Simplex Method p2
l6 Advanced Power System Optimization l5 Simplex Method p2
SYSTEM OPTIMIZATION
(ELL776)
SIMPLEX METHOD
SPECIAL CASES
1. Degeneracy
2. Alternative optima
3. Unbounded solutions
4. Nonexisting (or infeasible) solutions
DEGENERACY
• Application of the feasibility condition of the simplex method, a tie for the
minimum ratio may occur and can be broken arbitrarily. When this happens,
at least one basic variable will be zero in the next iteration, and the new
solution is said to be degenerate.
• Degeneracy can cause the simplex iterations to cycle indefinitely, thus never
terminating the algorithm.
• The condition also reveals the possibility of at least one redundant constraint.
EXAMPLE: DEGENERATE OPTIMAL SOLUTION 6
• Two- dimensional problem, the point is overdetermined, and one of the constraints is redundant.
• Degeneracy can lead to cycling. It is thus possible for the simplex method to enter a repetitive sequence of iterations,
never improving the objective value and never satisfying the optimality condition.
• Computer roundoff error may actually create degeneracy-like conditions during the course of solving a real-life LP.
ALTERNATE OPTIMA
UNBOUNDED SOLUTION
Basic x1 x2 x3 x4 Solution
z
x3
x4
INFEASIBLE SOLUTION
pseudo-optimal solution
© Dr Yashasvi Bansal, IIT Delhi, 2025
14
SENSITIVITY
In LP, the parameters (input data) of the model can change within certain limits without causing changes in
the optimum. This is referred to as sensitivity analysis.
DUAL PRICE
Unit worth of a resource means rate of change of the objective function per unit change of a resource. Also
called as dual (or shadow) price .
Letting x1, x2, and x3 represent the daily number of units assembled of trains, trucks, and cars,
respectively, the associated LP model is given as:
Optimal Tableau
D1, D2, and D3 are the (positive or negative) changes made in the allotted daily manufacturing time of operations 1, 2,
and 3, respectively.
Optimal Tableau of
modified problem
Dual prices
This means that the dual prices equal the coefficients of the slack variables in the optimal z-
row.
© Dr Yashasvi Bansal, IIT Delhi, 2025
Feasibility range: The current solution remains feasible if all the basic variables remain
19
nonnegative.
Suppose that the manufacturing time available for operations 1, 2, and 3 are 480, 440,
and 400 mins, respectively
It is important to notice that the dual prices will remain applicable for any simultaneous changes that keep the
solution feasible, even if the changes violate the individual ranges.
© Dr Yashasvi Bansal, IIT Delhi, 2025
21
1. Speed
2. Accuracy