> i am trying to understand how can i get from glpk the 
> 
> 
> answer for the objective function and the answer for each parameter . 
> 
> 
> for example when i am using lp_solver i get get an answer for each
> parameter and for the objective function . 
> 
> 
> i am attaching the mps file .
> 

You may use glpsol, the stand-alone glpk solver, as follows:

glpsol your-mps-file -o solution-file

For more details please see the glpk reference manual included in the
distribution. See also http://en.wikibooks.org/wiki/GLPK .



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to