Previous Page: CPXNETgetdj First PageNext Page: CPXNETgetlb

CPXNETgetitcnt


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

Arguments


CPXENVptr env
The pointer to the CPLEX environment as returned by one of the CPXopenCPLEX() routines.

CPXNETptr net
A pointer to a CPLEX network problem object as returned by CPXNETcreateprob().

Example

itcnt = CPXNETgetitcnt (env, net);

Previous Page: CPXNETgetdj First PageNext Page: CPXNETgetlb