> I am trying to retrieve algorithm statistics of > glp_intopt after this algorithm has completed through the API such as > the number of nodes examined in the tree, global bound (and gap). > These values are written to the terminal output and thus exist, but I > cannot find the retrieval function(s).
You need to use the callback routine passed to the mip solver. For details please see the glpk reference manual, chapter "Branch-and-Cut API Routines". > Initially, I tried to access the FAQ since this must be common request, > but that server (www.hardsoftware.com) appears no longer to be > operational. Is a FAQ maintained somewhere? If so, what is its URL. > Thanks _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
