ilog.cplex
Class IloCplex.NodeId

java.lang.Object
  |
  +--ilog.cplex.IloCplex.NodeId

public static class IloCplex.NodeId
extends java.lang.Object

A class which identifies a MIP node. These identifiers are used to uniquely identify a node during a branch and cut search.


Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object