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