NO FRAMES

CPXNETgetitcnt

int CPXPUBLIC CPXNETgetitcnt(CPXCENVptr env, CPXCNETptr net)
Definition file: cplex.h
Include files: cplex.h

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);

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

net

A pointer to a CPLEX network problem object as returned by CPXNETcreateprob.

Returns:

Returns the total number of network simplex iterations for the last call to 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.