#include <BlisBranchStrategyMaxInf.h>
Inheritance diagram for BlisBranchStrategyMaxInf:


Public Member Functions | |
| BlisBranchStrategyMaxInf () | |
| MaxInf Constructor. | |
| BlisBranchStrategyMaxInf (BlisModel *model) | |
| MaxInf Constructor. | |
| virtual | ~BlisBranchStrategyMaxInf () |
| Destructor. | |
| BlisBranchStrategyMaxInf (const BlisBranchStrategyMaxInf &) | |
| Copy constructor. | |
| virtual BcpsBranchStrategy * | clone () const |
| Clone a brancing strategy. | |
| virtual int | createCandBranchObjects (int numPassesLeft) |
| Create a set of candidate branching objects. | |
| virtual int | betterBranchObject (BcpsBranchObject *thisOne, BcpsBranchObject *bestSoFar) |
| Compare branching object thisOne to bestSoFar. | |
Private Member Functions | |
| BlisBranchStrategyMaxInf & | operator= (const BlisBranchStrategyMaxInf &rhs) |
| Illegal Assignment operator. | |
Definition at line 32 of file BlisBranchStrategyMaxInf.h.
| BlisBranchStrategyMaxInf::BlisBranchStrategyMaxInf | ( | ) | [inline] |
MaxInf Constructor.
Definition at line 42 of file BlisBranchStrategyMaxInf.h.
Referenced by clone().
| BlisBranchStrategyMaxInf::BlisBranchStrategyMaxInf | ( | BlisModel * | model | ) | [inline] |
| virtual BlisBranchStrategyMaxInf::~BlisBranchStrategyMaxInf | ( | ) | [inline, virtual] |
| BlisBranchStrategyMaxInf::BlisBranchStrategyMaxInf | ( | const BlisBranchStrategyMaxInf & | ) |
Copy constructor.
| BlisBranchStrategyMaxInf& BlisBranchStrategyMaxInf::operator= | ( | const BlisBranchStrategyMaxInf & | rhs | ) | [private] |
Illegal Assignment operator.
| virtual BcpsBranchStrategy* BlisBranchStrategyMaxInf::clone | ( | ) | const [inline, virtual] |
Clone a brancing strategy.
Implements BcpsBranchStrategy.
Definition at line 56 of file BlisBranchStrategyMaxInf.h.
References BlisBranchStrategyMaxInf().
| virtual int BlisBranchStrategyMaxInf::createCandBranchObjects | ( | int | numPassesLeft | ) | [virtual] |
| virtual int BlisBranchStrategyMaxInf::betterBranchObject | ( | BcpsBranchObject * | thisOne, | |
| BcpsBranchObject * | bestSoFar | |||
| ) | [virtual] |
Compare branching object thisOne to bestSoFar.
If thisOne is better than bestObject, return branching direction(1 or -1), otherwise return 0. If bestSorFar is NULL, then always return branching direction(1 or -1).
Implements BcpsBranchStrategy.
1.4.7