Returns a parameter set containing the parameter names and settings
from the file specified by filename.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual Cplex..::..ParameterSet ReadParameterSet( string filename ) |
| Visual Basic |
|---|
Public Overridable Function ReadParameterSet ( _ filename As String _ ) As Cplex..::..ParameterSet |
Parameters
- filename
- Type: System..::..String
The name of the file to read.
Remarks
By convention, the file extension is .Prm.
The PRM file format is documented in the
CPLEX File Formats Reference Manual.