| Overview | Group | Index | Concepts | 
The routine CPXgetbaritcnt accesses the total
 number of Barrier iterations to solve an LP problem.
Example
itcnt = CPXgetbaritcnt (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 = CPXgetbaritcnt (env, lp); |