Sets the value of a double parameter to val.

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

Syntax

C#
public virtual void SetParam(
	Cplex..::..DoubleParam which,
	double val
)
Visual Basic
Public Overridable Sub SetParam ( _
	which As Cplex..::..DoubleParam, _
	val As Double _
)

Parameters

which
Type: ILOG.CPLEX..::..Cplex..::..DoubleParam
The identifier of the double parameter to be set.
val
Type: System..::..Double
The new value for the double parameter

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