Skip to content

391311qy/LinearProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages