Skip to content

piotrknapik/Simplex-Calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplex Calculator

Live demo: http://simplex.tode.cz

This is a simple PHP tool for linear programming problems solving using dual simplex algorithm.

It can detect none, one and only and more optimal solutions to any linear problem you tell it to solve.

However, the only thing that has been left unimplemented is basis cycling detection. Feel free to post pull requests ;-)

Enjoy.

Conventions

Please name your variables as x<n> where <n> is a natural number (see example.php for details).

About

PHP tool for linear programming problems solving

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.6%
  • Makefile 1.4%