Hello Ali > ------------------------------------------------------------ > To: [email protected] > Subject: [Help-glpk] computational efforts, message level and KKT > From: Ali Baharev <[email protected]> > Date: Mon, 29 Nov 2010 02:01:47 +0100 > ------------------------------------------------------------
[snip] > In my application I would like to get the computational > efforts through the C API. In the previous releases I > could use lpx_get_int_parm with LPX_K_ITCNT but it does > not seem to work anymore. Please provide API functions > to get the computational efforts such as iteration > count. This still works for me under 4.44: int niter = lpx_get_int_parm(d_prob, LPX_K_ITCNT); // lpx is correct Are you sure the call is broken? But I agree, it would be better if the API was updated. If you need another work around, the terminal output records this information in line-oriented form .. which you could parse if truly desperate. cheers, Robbie --- Robbie Morrison PhD student -- policy-oriented energy system simulation Institute for Energy Engineering (IET) Technical University of Berlin (TU-Berlin), Germany University email (redirected) : [email protected] Webmail (preferred) : [email protected] [from Webmail client] _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
