CPXXreadcopyparam and CPXreadcopyparam
The routine CPXXreadcopyparam/CPXreadcopyparam reads parameter names and
settings from the file specified by filename_str and copies
them into CPLEX.
int CPXXreadcopyparam( CPXENVptr env, char const * filename_str )
int CPXreadcopyparam( CPXENVptr env, char const * filename_str )
Description
The routine CPXXreadcopyparam/CPXreadcopyparam reads parameter names and
settings from the file specified by filename_str and copies
them into CPLEX.
This routine reads and copies files in the PRM format, as
created by CPXXwriteparam/CPXwriteparam.
The PRM format is documented in the
CPLEX File Formats Reference Manual.
Arguments
- env
-
A pointer to the CPLEX environment as returned by
CPXXopenCPLEX/CPXopenCPLEX. - filename_str
- Name of the file to read and copy into CPLEX.