help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Getting the number of simplex iterations


From: Ali Baharev
Subject: Re: [Help-glpk] Getting the number of simplex iterations
Date: Sat, 14 Feb 2009 00:02:11 +0100

Hi,

Try this:

int iter_count = lpx_get_int_parm(lp, LPX_K_ITCNT);

May or may not work with you distribution, i used it a long while ago...

Good luck,

Ali




reply via email to

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