Revised Simplex Method
This is a course project that i impletented. This program reads data in a certain form from a .txt file and prints all the steps. This algorithm is constructed with the help of a book called Elementary Linear Programming with Applications by Bernard Kolman.
The .txt file form should be like the following:
2 2 (m: # of constraints n: # of variables)
120 100 (objective function coefficients)
2 2 8
4 5 15