Returns the slack value of a constraint for the solution of the continuous relaxation of the current node.

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

Syntax

C#
protected virtual double GetSlack(
	IRange rng
)
Visual Basic
Protected Overridable Function GetSlack ( _
	rng As IRange _
) As Double

Parameters

rng
Type: ILOG.Concert..::..IRange
The constraint whose current slack value is being queried.

Return Value

The slack value of constraint rng for the solution of the continuous relaxation of the current node.

See Also