A class for uniquely identifying a MIP node in a branch-and-cut tree.

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

Syntax

C#
public class NodeId

Remarks

Cplex assigns a NodeId to every node it creates. In fact, the NodeId of a node created with one of the Cplex.BranchCallback.MakeBranch methods is returned by these methods.

The NodeId of the current node can be queried from a goal or from a callback that is called at a node. The Cplex.NodeCallback allows you to access the NodeId of all remaining nodes.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..NodeId

See Also