Skip to content

YimingYAN/revised

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Revised Simplex Method - Demo code

REVISEDSIMPLEX - This class implements revised Simplex Method to solve a linear programming problem in the following format

  min/max c'x   
  s.t.   Ax {>=, =, <=} b,   
         x >= 0      

This class is designed for class demonstration and small problems. May not be suitable for solving large problems or for high performance purpose.

7 October 2013

Yiming Yan

About

Revised Simplex Method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages