Returns the depth of the node in the search tree.
The depth of the node with number node
.
The root node is defined to have depth 0
(zero); the depth of other nodes is their distance from the root or, equivalently, the number of branches needed to reach that node from the root.
Cplex.NodeCallback Class | ILOG.CPLEX Namespace | Cplex.NodeCallback.GetDepth Overload List