NO FRAMES

CPXgetsiftphase1cnt

int CPXPUBLIC CPXgetsiftphase1cnt(CPXCENVptr env, CPXCLPptr lp)
Definition file: cplex.h
Include files: cplex.h

The routine CPXgetsiftphase1cnt is used to access the number of Phase I sifting iterations to solve an LP problem.

Example

 itcnt = CPXgetsiftphase1cnt (env, lp);
 

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

lp

A pointer to a CPLEX LP problem object as returned by CPXcreateprob.

Example

 itcnt = CPXgetsiftphase1cnt (env, lp);
 

Returns:

The routine returns the Phase I iteration count if a solution exists. It returns zero if no solution exists or any other type of error occurs.