| Overview | Group | Index | Concepts | 
The routine CPXgetsiftphase1cnt accesses the
 number of Phase I sifting iterations to solve an LP problem. 
Example
itcnt = CPXgetsiftphase1cnt (env, lp);
| env | A pointer to the CPLEX environment as returned by   | 
| lp | A pointer to a CPLEX LP problem object as returned by  Example itcnt = CPXgetsiftphase1cnt (env, lp);  |