Function implementing the simplex method by linking with GLPK.
- Author:
- Rochan R. Upadhyay
- Parameters:
-
A | : Constraint matrix |
b | : Right hand side of Cobstraints Ax = b |
c | : Vector enforcing objective functions |
index | : Integer vector containing the indices of the elements to be extracted |
- Date:
- 05/19/2011