Sets the coefficient of the quadratic term accessed by the most recent call to the method next to value.

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

Syntax

C#
void SetValue(
	double value
)
Visual Basic
Sub SetValue ( _
	value As Double _
)

Parameters

value
Type: System..::..Double

See Also