Blis
0.94.0
|
This class implements strong branching. More...
#include <BlisBranchStrategyStrong.h>
Public Member Functions | |
BlisBranchStrategyStrong () | |
Strong Constructor. More... | |
BlisBranchStrategyStrong (BlisModel *model) | |
Strong Constructor. More... | |
virtual | ~BlisBranchStrategyStrong () |
Destructor. More... | |
BlisBranchStrategyStrong (const BlisBranchStrategyStrong &) | |
Copy constructor. More... | |
virtual BcpsBranchStrategy * | clone () const |
Clone a brancing strategy. More... | |
virtual int | createCandBranchObjects (int numPassesLeft, double ub) |
Create a set of candidate branching objects. More... | |
virtual int | betterBranchObject (BcpsBranchObject *thisOne, BcpsBranchObject *bestSoFar) |
Compare branching object thisOne to bestSoFar. More... | |
This class implements strong branching.
Definition at line 57 of file BlisBranchStrategyStrong.h.
|
inline |
Strong Constructor.
Definition at line 67 of file BlisBranchStrategyStrong.h.
|
inline |
Strong Constructor.
Definition at line 72 of file BlisBranchStrategyStrong.h.
|
inlinevirtual |
Destructor.
Definition at line 78 of file BlisBranchStrategyStrong.h.
BlisBranchStrategyStrong::BlisBranchStrategyStrong | ( | const BlisBranchStrategyStrong & | ) |
Copy constructor.
|
inlinevirtual |
Clone a brancing strategy.
Definition at line 84 of file BlisBranchStrategyStrong.h.
|
virtual |
Create a set of candidate branching objects.
|
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).