Sets an integer parameter to value val.

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

Syntax

C#
public virtual void SetParam(
	Cplex..::..LongParam which,
	long val
)
Visual Basic
Public Overridable Sub SetParam ( _
	which As Cplex..::..LongParam, _
	val As Long _
)

Parameters

which
Type: ILOG.CPLEX..::..Cplex..::..LongParam
The identifier of the parameter to set.
val
Type: System..::..Int64
The new value for the integer parameter.

See Also