Returns the sum of integer infeasibility of the node indicated by the node number node.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
protected internal virtual double GetInfeasibilitySum(
	int node
)

Parameters

node
Type: System..::..Int32
The node number of the node whose infeasibility sum is being queried.

Return Value

The sum of integer infeasibility of the node with number node.

See Also