| Overview | Group | Index | Concepts | 
The routine CPXgetphase1cnt accesses the number
 of Phase I iterations to solve a problem using the primal or dual simplex
 method. 
Example
itcnt = CPXgetphase1cnt (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 = CPXgetphase1cnt (env, lp);  |