Copyright | (c) Matthew Donadio 2003 |
---|---|
License | GPL |
Maintainer | m.p.donadio@ieee.org |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Two-step simplex algorithm
I only guarantee that this module wastes inodes
Documentation
Type for results of the simplex algorithm
The simplex algorithm for standard form:
min c'x
where Ax = b, x >= 0
a!(0,0) = -z
a!(0,j) = c'
a!(i,0) = b
a!(i,j) = A_ij