#include <BonBabInfos.hpp>
Inheritance diagram for Bonmin::BabInfo:


Public Member Functions | |
| BabInfo (int type) | |
| Default constructor. | |
| BabInfo (const OsiBabSolver &other) | |
| Constructor from OsiBabSolver. | |
| BabInfo (const BabInfo &other) | |
| Copy constructor. | |
| virtual | ~BabInfo () |
| Destructor. | |
| virtual OsiAuxInfo * | clone () const |
| Virtual copy constructor. | |
| void | setBabPtr (Bab *babPtr) |
| Set pointer to the branch-and-bound algorithm (to access CbcModel). | |
| Bab * | babPtr () |
| Pointer to the branch-and-bound algorithm (to access CbcModel). | |
Protected Attributes | |
| Bab * | babPtr_ |
| Pointer to branch-and-bound algorithm. | |
Definition at line 19 of file BonBabInfos.hpp.
| Bonmin::BabInfo::BabInfo | ( | int | type | ) |
| Bonmin::BabInfo::BabInfo | ( | const OsiBabSolver & | other | ) |
| Bonmin::BabInfo::BabInfo | ( | const BabInfo & | other | ) |
| Bonmin::BabInfo::~BabInfo | ( | ) | [virtual] |
| OsiAuxInfo * Bonmin::BabInfo::clone | ( | ) | const [virtual] |
Virtual copy constructor.
Reimplemented from Bonmin::AuxInfo.
Reimplemented in Bonmin::CouenneInfo.
Definition at line 38 of file BonBabInfos.cpp.
References BabInfo().
| void Bonmin::BabInfo::setBabPtr | ( | Bab * | babPtr | ) | [inline] |
Set pointer to the branch-and-bound algorithm (to access CbcModel).
Definition at line 38 of file BonBabInfos.hpp.
References babPtr(), and babPtr_.
Referenced by Bonmin::Bab::branchAndBound().
| Bab* Bonmin::BabInfo::babPtr | ( | ) | [inline] |
Pointer to the branch-and-bound algorithm (to access CbcModel).
Definition at line 44 of file BonBabInfos.hpp.
References babPtr_.
Referenced by setBabPtr().
Bab* Bonmin::BabInfo::babPtr_ [protected] |
Pointer to branch-and-bound algorithm.
Definition at line 51 of file BonBabInfos.hpp.
Referenced by babPtr(), and setBabPtr().
1.4.7