Writes the parameter set into the file specified by filename.

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

Syntax

C#
public virtual void WriteParameterSet(
	Cplex..::..ParameterSet set,
	string filename
)
Visual Basic
Public Overridable Sub WriteParameterSet ( _
	set As Cplex..::..ParameterSet, _
	filename As String _
)

Parameters

set
Type: ILOG.CPLEX..::..Cplex..::..ParameterSet
The parameter set.
filename
Type: System..::..String
The name of the file to write.

Remarks

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

See Also