30 #ifndef BlisBranchStrategyStrong_h_
31 #define BlisBranchStrategyStrong_h_
33 #include "BcpsBranchObject.h"
34 #include "BcpsBranchStrategy.h"
73 : BcpsBranchStrategy(model) {
84 virtual BcpsBranchStrategy *
clone()
const {
97 BcpsBranchObject * bestSoFar);
virtual BcpsBranchStrategy * clone() const
Clone a brancing strategy.
virtual ~BlisBranchStrategyStrong()
Destructor.
BlisBranchStrategyStrong()
Strong Constructor.
This class implements strong branching.
virtual int createCandBranchObjects(int numPassesLeft, double ub)
Create a set of candidate branching objects.
virtual int betterBranchObject(BcpsBranchObject *thisOne, BcpsBranchObject *bestSoFar)
Compare branching object thisOne to bestSoFar.
BlisBranchStrategyStrong(BlisModel *model)
Strong Constructor.
BcpsBranchObject * bObject