ILOG CPLEX .NET Reference Manual

Cplex.ReadParam Method 

Reads parameters and their settings from the file indicated by name and applies them to the invoking object.

public virtual void ReadParam(
   string name
);

Parameters

name
The name of the file to read.

Remarks

All parameter settings corresponding to those read from the file and that were previously active are overridden.

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