ILOG CPLEX .NET Reference Manual

Cplex.NodeCallback.GetInfeasibilitySum Method (Int32)

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

protected virtual double GetInfeasibilitySum(
   int node
);

Parameters

node
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

Cplex.NodeCallback Class | ILOG.CPLEX Namespace | Cplex.NodeCallback.GetInfeasibilitySum Overload List