CPXXfltwrite and CPXfltwrite

The routine CPXXfltwrite/CPXfltwrite writes filters from the selected problem object to a file in FLT format.

int  CPXXfltwrite( CPXCENVptr env, CPXCLPptr lp, char const * filename_str )

int  CPXfltwrite( CPXCENVptr env, CPXCLPptr lp, char const * filename_str )

Description

The routine CPXXfltwrite/CPXfltwrite writes filters from the selected problem object to a file in FLT format. This format is documented in the CPLEX File Formats Reference Manual.

Arguments

env
A pointer to the CPLEX environment as returned by CPXXopenCPLEX/CPXopenCPLEX.
lp
A pointer to the CPLEX problem object as returned by CPXXcreateprob/CPXcreateprob.
filename_str
A character string containing the name of the file to which the filters should be written.

Return

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