NO FRAMES

CPXreadcopysolnpoolfilters

public int CPXreadcopysolnpoolfilters(CPXCENVptr env, CPXLPptr lp, const char * filename_str)
Definition file: cplex.h

The routine CPXreadcopysolnpoolfilters reads solution pool filters from an FLT format file and copies the filters into a CPLEX problem object. This operation replaces all existing filters previously associated with the CPLEX problem object. This format is documented in the reference manual ILOG CPLEX File Formats.

Example

 status = CPXreadcopysolutionpoolfilters (env, lp, "myfilters.flt");

See Also:

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

lp

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

filename_str

The name of the file from which the filters should be read.

Returns:

The routine returns zero if successful and nonzero if an error occurs.