Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 569 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 569 Bytes

LinearProgramming

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