Skip to content

leonickl/simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplex Algorithm for Linear Optimisation

  • Install PHP and composer

  • Run composer install

  • Input the first simplex tableau

  • Run the algorithm

  • It outputs all intermediate steps and the optimal solution

  • By now, it cannot handle special cases (degeneracy, multiple optimal solutions, unbounded solution)

See index.php or run php index.php for an example.

About

Simplex Algorithm for Linear Optimisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages