26     BabInfo(
const OsiBabSolver &other);
 
   35     virtual OsiAuxInfo * 
clone() 
const;
 
   50       return bestSolution_ != NULL;}
 
virtual OsiAuxInfo * clone() const 
Virtual copy constructor. 
 
BabInfo(int type)
Default constructor. 
 
Bab * babPtr_
Pointer to branch-and-bound algorithm. 
 
Bab * babPtr()
Pointer to the branch-and-bound algorithm (to access CbcModel). 
 
virtual ~BabInfo()
Destructor. 
 
void setBabPtr(Bab *babPtr)
Set pointer to the branch-and-bound algorithm (to access CbcModel). 
 
Bonmin class for passing info between components of branch-and-cuts. 
 
Bonmin class for passing info between components of branch-and-cuts.