Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetmipitcnt
is used to access the
cumulative number of simplex iterations used to solve a mixed integer
problem.
Example
itcnt = CPXgetmipitcnt (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 = CPXgetmipitcnt (env, lp); |
CPXgetmipitcnt
returns the total iteration count. If no solution, problem, or environment exists, CPXgetmipitcnt
returns the value 0.