Simplex Method Resume PDF
Simplex Method Resume PDF
Simplex method is the method to solve ( LPP ) models which contain two or
more decision variables.
Basic variables:
Are the variables which coefficients One in the equations and Zero in the
other equations.
Non-Basic variables:
Are the variables which coefficients are taking any of the values, whether
positive or negative or zero.
Step 1:
Determine a starting basic feasible solution.
Step 2:
Select an entering variable using the optimality condition. Stop if
there is no entering variable.
Step 3:
Select a leaving variable using the feasibility condition.
Optimality condition:
The entering variable in a maximization (minimization) problem
is the non-basic variable having the most negative (positive)
coefficient in the Z-row.
The optimum is reached at the iteration where all the Z-row
coefficient of the non-basic variables are non-negative (non-positive).
Feasibility condition:
For both maximization and minimization problems the leaving
variable is the basic associated with the smallest non-negative ratio
(with strictly positive denominator).
Pivot row:
a) Replace the leaving variable in the basic column with the
entering variable.
b) New pivot row equal to current pivot row divided by pivot
element.
c) All other rows:
New row=current row - (pivot column coefficient) *new
pivot row.