| Overview | Group | Index | Concepts | 
The routine CPXgetcrossdexchcnt accesses the
 number of dual 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 = CPXgetcrossdexchcnt (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 = CPXgetcrossdexchcnt (env, lp);  |