| Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXNETgetitcnt accesses the total number of
network simplex iterations for a previous call to
CPXNETprimopt, for a network problem object.
Example
itcnt = CPXNETgetitcnt (env, net);
| env | A pointer to the CPLEX environment as returned by |
| net | A pointer to a CPLEX network problem object as returned by |
CPXNETprimopt, for a network problem object. If CPXNETprimopt has not been called, zero is returned. If an error occurs, -1 is returned and an error message is issued.