You are on page 1of 1

TWO PHASE SIMPLEX METHOD ALGORITHM

1. Add one slack variable for each constraint. The co-efficient of slack variable in the
constraint is +1 and in the objective function is 0.
2. Add one surplus and one artificial variable for each constraint. Co-efficient of
surplus variable in the constraint is -1 and in the objective function is 0. Co-efficient
of artificial variable in the constraint is +1 and in the objective function is -1.
3. Change the objective function by assuming 0(zero) co-efficient to all the variables
and retaining the -1 co-efficient for all artificial co-efficient alone. Rewrite the
constraints.
4. Write the IBFS.
5. Draw the starting table and check for optimality. If it is not optimal proceed until you
get an optimal table.
6. Check for the following conditions.
(i)

Optimal table

(ii)

Z=0

(iii)

At least one artificial variable should have been disappeared from the
basis.

7. If the above conditions are satisfied, proceed to the next step.


8. Convert the objective function by giving original co-efficient to all the variables and
deleting the artificial variable.
9. Draw the starting table by deleting the artificial variable. Fill up the values from the
previous table.
10. Use the simplex algorithm and proceed until you get an optimal table. Finally write
down the optimal solution.

You might also like