Algorithms on linear programming
[1]:Simplex tabuleau form
[2]:Karmarkar's interior point method
eigen dependency is used for matrix manipulation.
download the package and extract to eigen path, include the path when compiled with following cmd:
g++ -I ...(YourPath)/eigen-3.3.8/eigen-3.3.8/ Simplex.cpp Kamakar.cpp main.cpp -o solver