NO FRAMES

CPXgetsiftitcnt

public int CPXgetsiftitcnt(CPXCENVptr env, CPXCLPptr lp)
Definition file: cplex.h

The routine CPXgetsiftitcnt accesses the total number of sifting iterations to solve an LP problem.

Example

 itcnt = CPXgetsiftitcnt (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 = CPXgetsiftitcnt (env, lp);
 

Returns:

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