Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetitcnt
is used to access the total number
of simplex iterations to solve an LP problem, or the number of crossover
iterations in the case that Barrier is used.
Example
itcnt = CPXgetitcnt (env, lp);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by Example itcnt = CPXgetitcnt (env, lp); |
See lpex6.c
in the CPLEX User's Manual.