The dual simplex method
P: 137
The dual simplex method
• This is another method to solve LPP
not just the dual formulation of an LP
(bi-dual=Primal)
• Simplex
Starts from a feasible solution and try to get
the objective function satisfies optimality
condition.
If max all coefficients non-negative
If min all coefficients non-positive
Dual Simplex Algorithm
• The dual simplex starts with an objective
function that satisfies already the optimality
conditions, and an infeasible solution.
• The aim being, iteration after iteration, to get
the solution feasible.
How ?
Algorithm….
1. Dual Feasibility Condition
The leaving variable is the basic variable with the most
negative value (xr)
2. Dual Optimality Condition
• The entering variable is a nonbasic variable that satisfies
z j c j
Min , i j 0
i j
• αij being the constraint coefficient of the row of the
leaving variable Xr
Exercise: 4.4.1 Page:138