8000 GitHub - YimingYAN/bigM: Big M Simplex Method
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

YimingYAN/bigM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Big M Simplex Method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0