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

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual void ReadParam(
	string name
)
Visual Basic
Public Overridable Sub ReadParam ( _
	name As String _
)

Parameters

name
Type: System..::..String
The name of the file to read.

Remarks

Parameters not listed in the parameter file are reset to their default setting.

By convention, the file extension is .Prm. The PRM file format is documented in the CPLEX File Formats Reference Manual.

See Also