[Help-glpk] get solution

2009-09-03 Thread Kate
Hi! I've started to use glpk api in c++. And i cannot figure out how to get the solution from the solver after calling glp_simplex. I've found some functions to print the solution but it prints a lot of other unnecessary in my case information - I need just array of points and the value of the ob

Re: [Help-glpk] get solution

2009-09-04 Thread Andrew Makhorin
> I've started to use glpk api in c++. And i cannot figure out how to > get the solution from the solver after calling glp_simplex. I've found > some functions to print the solution but it prints a lot of other > unnecessary in my case information - I need just array of points and > the value of t