/bigM

Big M Simplex Method

Primary LanguageMATLABBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Big M Simplex Method - Demo code

BIGM - This class implements the big M 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.

Yiming Yan