Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXfopen
is used to open files to be used in
conjunction with the routines CPXaddfpdest,
CPXdelfpdest
and CPXsetlogfile
. It has the
same arguments as the standard C library function fopen
.
Example
fp = CPXfopen ("mylog.log", "w");
See also lpex5.c
in the ILOG CPLEX User's Manual.
filename_str | A pointer to a character string that contains the name of the file to be opened. |
type_str | A pointer to a character string, containing characters according to the syntax of the standard C function |