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


Public Member Functions | |
| BlisBranchStrategyStrong () | |
| Strong Constructor. | |
| BlisBranchStrategyStrong (BlisModel *model) | |
| Strong Constructor. | |
| virtual | ~BlisBranchStrategyStrong () |
| Destructor. | |
| BlisBranchStrategyStrong (const BlisBranchStrategyStrong &) | |
| 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. | |
| BlisBranchStrategyStrong () | |
| Strong Constructor. | |
| BlisBranchStrategyStrong (BlisModel *model) | |
| Strong Constructor. | |
| virtual | ~BlisBranchStrategyStrong () |
| Destructor. | |
| BlisBranchStrategyStrong (const BlisBranchStrategyStrong &) | |
| 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 | |
| BlisBranchStrategyStrong & | operator= (const BlisBranchStrategyStrong &rhs) |
| Illegal Assignment operator. | |
| BlisBranchStrategyStrong & | operator= (const BlisBranchStrategyStrong &rhs) |
| Illegal Assignment operator. | |
Definition at line 60 of file BlisBranchStrategyStrong.h.
| BlisBranchStrategyStrong::BlisBranchStrategyStrong | ( | ) | [inline] |
Strong Constructor.
Definition at line 70 of file BlisBranchStrategyStrong.h.
Referenced by clone().
| BlisBranchStrategyStrong::BlisBranchStrategyStrong | ( | BlisModel * | model | ) | [inline] |
| virtual BlisBranchStrategyStrong::~BlisBranchStrategyStrong | ( | ) | [inline, virtual] |
| BlisBranchStrategyStrong::BlisBranchStrategyStrong | ( | const BlisBranchStrategyStrong & | ) |
Copy constructor.
| BlisBranchStrategyStrong::BlisBranchStrategyStrong | ( | ) | [inline] |
| BlisBranchStrategyStrong::BlisBranchStrategyStrong | ( | BlisModel * | model | ) | [inline] |
| virtual BlisBranchStrategyStrong::~BlisBranchStrategyStrong | ( | ) | [inline, virtual] |
| BlisBranchStrategyStrong::BlisBranchStrategyStrong | ( | const BlisBranchStrategyStrong & | ) |
Copy constructor.
| BlisBranchStrategyStrong& BlisBranchStrategyStrong::operator= | ( | const BlisBranchStrategyStrong & | rhs | ) | [private] |
Illegal Assignment operator.
| virtual BcpsBranchStrategy* BlisBranchStrategyStrong::clone | ( | ) | const [inline, virtual] |
Clone a brancing strategy.
Implements BcpsBranchStrategy.
Definition at line 84 of file BlisBranchStrategyStrong.h.
References BlisBranchStrategyStrong().
| virtual int BlisBranchStrategyStrong::createCandBranchObjects | ( | int | numPassesLeft | ) | [virtual] |
| virtual int BlisBranchStrategyStrong::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.
| BlisBranchStrategyStrong& BlisBranchStrategyStrong::operator= | ( | const BlisBranchStrategyStrong & | rhs | ) | [private] |
Illegal Assignment operator.
| virtual BcpsBranchStrategy* BlisBranchStrategyStrong::clone | ( | ) | const [inline, virtual] |
Clone a brancing strategy.
Implements BcpsBranchStrategy.
Definition at line 81 of file BlisBranchStrategyStrong.h.
References BlisBranchStrategyStrong().
| virtual int BlisBranchStrategyStrong::createCandBranchObjects | ( | int | numPassesLeft | ) | [virtual] |
| virtual int BlisBranchStrategyStrong::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