| Overview | Group | Tree | Graph | Index | Concepts | 
The routine CPXgetcrossppushcnt is used to access the
 number of primal push iterations in the crossover method. A push occurs when
 a nonbasic variable switches bounds and does not enter the basis.
Example
itcnt = CPXgetcrossppushcnt (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 = CPXgetcrossppushcnt (env, lp); |