YimingYAN / revised

Revised Simplex Method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 2-Clause "Simplified" License


Languages

Language:MATLAB 100.0%