NO FRAMES

CPXgetsolnpoolnumfilters

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

The routine CPXgetsolnpoolnumfilters accesses the number of filters in the solution pool.

Example

 numfilters = CPXgetsolnpoolnumfilters (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 the CPLEX problem object or environment does not exist, CPXgetsolnpoolnumfilters returns the value 0 (zero); otherwise, it returns the number of filters.