ILOG CPLEX .NET Reference Manual

Cplex.NodeCallback.GetNodeData Method (Int32)

Returns the user object attached to the node with number node.

protected virtual object GetNodeData(
   int node
);

Return Value

The user object attached to the node with number node. If no user object is attached to the current node, null will be returned.

Remarks

User objects can be attached to a node when the node is created with method Cplex.BranchCallback.MakeBranch in a branch callback.

See Also

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