Description
Accesses the total number of network simplex iterations for a previous call to CPXNETprimopt(), for a CPLEX network problem object.Return Value
Returns the total number of network simplex iterations for the last call to CPXNETprimopt(), for a CPLEX network problem object. If CPXNETprimopt() has not been called, zero will be returned. If an error occurs, -1 is returned and an error message is issued.Synopsis
int CPXNETgetitcnt (CPXENVptr env,
CPXNETptr net);
CPXENVptr envThe pointer to the CPLEX environment as returned by one of the
CPXopenCPLEX() routines.
CPXNETptr netA pointer to a CPLEX network problem object as returned by
CPXNETcreateprob().
itcnt = CPXNETgetitcnt (env, net);