30 #ifndef BlisBranchStrategyStrong_h_
31 #define BlisBranchStrategyStrong_h_
virtual int createCandBranchObjects(int numPassesLeft)
Create a set of candidate branching objects.
BlisBranchStrategyStrong & operator=(const BlisBranchStrategyStrong &rhs)
Illegal Assignment operator.
virtual BcpsBranchStrategy * clone() const
Clone a brancing strategy.
BcpsBranchObject contains the member data required when choosing branching entities and excuting actu...
virtual ~BlisBranchStrategyStrong()
Destructor.
Blis branching strategy default class This class implements a simple default algorithm, betterBranchObject(), for choosing a branching variable.
Branching strategy specifies: (1) how to select a candidate set of branching objects (2) how to compa...
BcpsBranchObject * bObject
BlisBranchStrategyStrong(BlisModel *model)
Strong Constructor.
BlisBranchStrategyStrong()
Strong Constructor.
virtual int betterBranchObject(BcpsBranchObject *thisOne, BcpsBranchObject *bestSoFar)
Compare branching object thisOne to bestSoFar.