Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

SLIPPY v1.0

Simplex LInear Programming module for PYthon

Can solve some linear maximization optimization problems using the simplex method

Mat = [-, x1, x2, s1, s2, s3, rhs, ratio
       z, -1, -4, 0 , 0 , 0 ,  0 ,   0
       s1, 2,  3, 1 , 0 , 0 ,  21,   0
       ... ]    

call slippy.simplex() to give input and solve

About

Simplex LInear Programming module for PYthon

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages