NO FRAMES

CPXwriteparam

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

The routine CPXwriteparam writes the name and current setting of CPLEX parameters that are not at their default setting in the environment indicated by env.

This routine writes a file in a format suitable for reading by CPXreadcopyparam, so you can save current, nondefault parameter settings for re-use in a later session. 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

A character string containing the name of the file to which the current set of modified parameter settings is to be written.