vector simplex_method ( const matrix A,
const vector b,
const vector c 
) [inline]

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
 All Classes Files Functions Variables Typedefs Friends Defines