Solve the Linear Programming problem given in Giangrande et al, 2012 using the PyGLPK module.
Parameters: | A_Matrix : matrix
B_vectors : matrix
weights : array
it_lim : int
presolve : bool
really_verbose : bool
|
---|---|
Returns: | soln : array
|
See also