NO FRAMES

CPXreadcopyparam

int CPXPUBLIC CPXreadcopyparam(CPXENVptr env, const char * filename_str)
Definition file: cplex.h
Include files: cplex.h

The routine CPXreadcopyparam reads parameter names and settings from the file indicated by filename_str and copies them into CPLEX.

This routine reads and copies files in the format created by CPXwriteparam. The file extension is .prm. The PRM format is documented in the reference manual ILOG CPLEX File Formats.

Parameters:

env
A pointer to the CPLEX environment as returned by CPXopenCPLEX.
filename_str

Pointer to the file to read and copy into CPLEX.