NO FRAMES

CPXgetnodeleftcnt

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

The routine CPXgetnodeleftcnt is used to access the number of unexplored nodes left in the branch & cut tree.

Example

 nodes_left = CPXgetnodeleftcnt (env, lp);

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

lp

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

Returns:

If no solution, problem, or environment exists, CPXgetnodeleftcnt returns 0 (zero); otherwise, CPXgetnodeleftcnt returns the number of unexplored nodes left in the branch & cut tree.