| Overview | Group | Tree | Graph | Index | Concepts | 
The routine CPXgetcrosspexchcnt is used to access the
 number of primal exchange iterations in the crossover method. An exchange
 occurs when a nonbasic variable is forced to enter the basis as it is pushed
 toward a bound.
Example
itcnt = CPXgetcrosspexchcnt (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 = CPXgetcrosspexchcnt (env, lp);  |