Blis branching strategy default class This class implements a simple default algorithm, betterBranchObject(), for choosing a branching variable. More...
#include <BlisBranchStrategyPseudo.h>


Public Member Functions | |
| BlisBranchStrategyPseudo () | |
| Default Constructor. | |
| BlisBranchStrategyPseudo (BlisModel *model, int rel) | |
| Useful Constructor. | |
| virtual | ~BlisBranchStrategyPseudo () |
| Destructor. | |
| BlisBranchStrategyPseudo (const BlisBranchStrategyPseudo &) | |
| Copy constructor. | |
| void | setRelibility (int rel) |
| Set relibility. | |
| virtual BcpsBranchStrategy * | clone () const |
| Clone a brancing strategy. | |
| virtual int | betterBranchObject (BcpsBranchObject *thisOne, BcpsBranchObject *bestSoFar) |
| Compare branching object thisOne to bestSoFar. | |
| int | createCandBranchObjects (int numPassesLeft) |
| Create a set of candidate branching objects. | |
| BlisBranchStrategyPseudo () | |
| Default Constructor. | |
| BlisBranchStrategyPseudo (BlisModel *model, int rel) | |
| Useful Constructor. | |
| virtual | ~BlisBranchStrategyPseudo () |
| Destructor. | |
| BlisBranchStrategyPseudo (const BlisBranchStrategyPseudo &) | |
| Copy constructor. | |
| void | setRelibility (int rel) |
| Set relibility. | |
| virtual BcpsBranchStrategy * | clone () const |
| Clone a brancing strategy. | |
| virtual int | betterBranchObject (BcpsBranchObject *thisOne, BcpsBranchObject *bestSoFar) |
| Compare branching object thisOne to bestSoFar. | |
| int | createCandBranchObjects (int numPassesLeft) |
| Create a set of candidate branching objects. | |
Private Member Functions | |
| BlisBranchStrategyPseudo & | operator= (const BlisBranchStrategyPseudo &rhs) |
| Illegal Assignment operator. | |
| BlisBranchStrategyPseudo & | operator= (const BlisBranchStrategyPseudo &rhs) |
| Illegal Assignment operator. | |
Private Attributes | |
| int | relibility_ |
Blis branching strategy default class This class implements a simple default algorithm, betterBranchObject(), for choosing a branching variable.
Blis branching strategy.
This class implements pseudocost branching.
Definition at line 42 of file BlisBranchStrategyPseudo.h.
| BlisBranchStrategyPseudo::BlisBranchStrategyPseudo | ( | ) | [inline] |
Default Constructor.
Definition at line 53 of file BlisBranchStrategyPseudo.h.
| BlisBranchStrategyPseudo::BlisBranchStrategyPseudo | ( | BlisModel * | model, | |
| int | rel | |||
| ) | [inline] |
Useful Constructor.
Definition at line 56 of file BlisBranchStrategyPseudo.h.
| virtual BlisBranchStrategyPseudo::~BlisBranchStrategyPseudo | ( | ) | [inline, virtual] |
Destructor.
Definition at line 63 of file BlisBranchStrategyPseudo.h.
| BlisBranchStrategyPseudo::BlisBranchStrategyPseudo | ( | const BlisBranchStrategyPseudo & | ) |
Copy constructor.
| BlisBranchStrategyPseudo::BlisBranchStrategyPseudo | ( | ) | [inline] |
Default Constructor.
Definition at line 51 of file BlisBranchStrategyPseudo.h.
| BlisBranchStrategyPseudo::BlisBranchStrategyPseudo | ( | BlisModel * | model, | |
| int | rel | |||
| ) | [inline] |
Useful Constructor.
Definition at line 54 of file BlisBranchStrategyPseudo.h.
| virtual BlisBranchStrategyPseudo::~BlisBranchStrategyPseudo | ( | ) | [inline, virtual] |
Destructor.
Definition at line 61 of file BlisBranchStrategyPseudo.h.
| BlisBranchStrategyPseudo::BlisBranchStrategyPseudo | ( | const BlisBranchStrategyPseudo & | ) |
Copy constructor.
| BlisBranchStrategyPseudo& BlisBranchStrategyPseudo::operator= | ( | const BlisBranchStrategyPseudo & | rhs | ) | [private] |
Illegal Assignment operator.
Reimplemented from BcpsBranchStrategy.
| void BlisBranchStrategyPseudo::setRelibility | ( | int | rel | ) | [inline] |
Set relibility.
Definition at line 69 of file BlisBranchStrategyPseudo.h.
| virtual BcpsBranchStrategy* BlisBranchStrategyPseudo::clone | ( | ) | const [inline, virtual] |
Clone a brancing strategy.
Implements BcpsBranchStrategy.
Definition at line 72 of file BlisBranchStrategyPseudo.h.
| virtual int BlisBranchStrategyPseudo::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.
| int BlisBranchStrategyPseudo::createCandBranchObjects | ( | int | numPassesLeft | ) | [virtual] |
Create a set of candidate branching objects.
Reimplemented from BcpsBranchStrategy.
| BlisBranchStrategyPseudo& BlisBranchStrategyPseudo::operator= | ( | const BlisBranchStrategyPseudo & | rhs | ) | [private] |
Illegal Assignment operator.
Reimplemented from BcpsBranchStrategy.
| void BlisBranchStrategyPseudo::setRelibility | ( | int | rel | ) | [inline] |
Set relibility.
Definition at line 67 of file BlisBranchStrategyPseudo.h.
| virtual BcpsBranchStrategy* BlisBranchStrategyPseudo::clone | ( | ) | const [inline, virtual] |
Clone a brancing strategy.
Implements BcpsBranchStrategy.
Definition at line 70 of file BlisBranchStrategyPseudo.h.
| virtual int BlisBranchStrategyPseudo::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.
| int BlisBranchStrategyPseudo::createCandBranchObjects | ( | int | numPassesLeft | ) | [virtual] |
Create a set of candidate branching objects.
Reimplemented from BcpsBranchStrategy.
int BlisBranchStrategyPseudo::relibility_ [private] |
Definition at line 48 of file BlisBranchStrategyPseudo.h.
1.6.1