Skip to content
/ slippy Public

Simplex LInear Programming module for PYthon

Notifications You must be signed in to change notification settings

SirWax/slippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages