help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Retrieving algorithm statistics at the completion of glp


From: Andrew Makhorin
Subject: Re: [Help-glpk] Retrieving algorithm statistics at the completion of glp_intopt
Date: Tue, 18 Nov 2008 16:48:17 +0300

> 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



 







reply via email to

[Prev in Thread] Current Thread [Next in Thread]