Sets the parameter state using a parameter set.

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

Syntax

C#
public virtual void SetParameterSet(
	Cplex..::..ParameterSet set
)
Visual Basic
Public Overridable Sub SetParameterSet ( _
	set As Cplex..::..ParameterSet _
)

Parameters

set
Type: ILOG.CPLEX..::..Cplex..::..ParameterSet
The parameter set.

Remarks

ILOG.Concert.Exception If the method fails, an exception of type ILOG.Concert.Exception, or one of its derived classes, is thrown.

See Also