use of simplex algorithm
Simplex method is an approach to solving linear programming models by hand 
using slack variables, tableaus, and pivot variables as a means to finding 
the optimal solution of an optimization problem. Simplex tableau is used to 
perform row operations on the linear programming model as well as for checking
optimality.
