Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 356 Bytes

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