/revised

Revised Simplex Method

Primary LanguageMatlabBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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