Blis
0.94
|
Blis branching strategy. More...
#include <BlisBranchStrategyRel.h>
Public Member Functions | |
BlisBranchStrategyRel () | |
Default Constructor. More... | |
BlisBranchStrategyRel (BlisModel *model, int rel) | |
Useful Constructor. More... | |
virtual | ~BlisBranchStrategyRel () |
Destructor. More... | |
BlisBranchStrategyRel (const BlisBranchStrategyRel &) | |
Copy constructor. More... | |
void | setRelibility (int rel) |
Set relibility. More... | |
virtual BcpsBranchStrategy * | clone () const |
Clone a brancing strategy. More... | |
virtual int | betterBranchObject (BcpsBranchObject *thisOne, BcpsBranchObject *bestSoFar) |
Compare branching object thisOne to bestSoFar. More... | |
virtual int | createCandBranchObjects (int numPassesLeft, double ub) |
Create a set of candidate branching objects. More... | |
Protected Attributes | |
int | relibility_ |
Blis branching strategy.
This class implements reliability branching.
Definition at line 40 of file BlisBranchStrategyRel.h.
|
inline |
Default Constructor.
Definition at line 53 of file BlisBranchStrategyRel.h.
|
inline |
Useful Constructor.
Definition at line 59 of file BlisBranchStrategyRel.h.
|
inlinevirtual |
Destructor.
Definition at line 66 of file BlisBranchStrategyRel.h.
BlisBranchStrategyRel::BlisBranchStrategyRel | ( | const BlisBranchStrategyRel & | ) |
Copy constructor.
|
inline |
Set relibility.
Definition at line 72 of file BlisBranchStrategyRel.h.
|
inlinevirtual |
Clone a brancing strategy.
Definition at line 75 of file BlisBranchStrategyRel.h.
|
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).
|
virtual |
Create a set of candidate branching objects.
|
protected |
Definition at line 48 of file BlisBranchStrategyRel.h.