ILOG CPLEX .NET Reference Manual

Cplex.WriteParam Method 

Writes the parameter name and its current setting into the file indicated by name for all the CPLEX parameters that are not currently set at their default.

public virtual void WriteParam(
   string name
);

Parameters

name
The name of the file to write.

Remarks

By convention, the file extension is .Prm. The PRM file format is documented in the reference manual ILOG CPLEX File Formats.

See Also

Cplex Class | ILOG.CPLEX Namespace