8 #ifndef CbcCompareDepth_H 
    9 #define CbcCompareDepth_H 
virtual bool test(CbcNode *x, CbcNode *y)
This is test function. 
 
CbcCompareDepth & operator=(const CbcCompareDepth &rhs)
 
virtual CbcCompareBase * clone() const 
Clone. 
 
virtual void generateCpp(FILE *fp)
Create C++ lines to get to current state. 
 
Information required while the node is live. 
 
Simple Branch and bound class.