NO FRAMES

CPXfltwrite

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

The routine CPXfltwrite writes filters from the selected problem object to a file in FLT format. This format is documented in the reference manual ILOG CPLEX File Formats.

See Also:

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

lp

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

filename_str

A character string containing the name of the file to which the filters should be written.

Returns:

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