24 #ifndef BlisBranchStrategyMaxInf_h_
25 #define BlisBranchStrategyMaxInf_h_
BlisBranchStrategyMaxInf()
MaxInf Constructor.
virtual int betterBranchObject(BcpsBranchObject *thisOne, BcpsBranchObject *bestSoFar)
Compare branching object thisOne to bestSoFar.
BcpsBranchObject contains the member data required when choosing branching entities and excuting actu...
int type_
Type of branching strategy.
This class implements maximum infeasibility branching.
virtual BcpsBranchStrategy * clone() const
Clone a brancing strategy.
BlisBranchStrategyMaxInf(BlisModel *model)
MaxInf Constructor.
virtual ~BlisBranchStrategyMaxInf()
Destructor.
BlisBranchStrategyMaxInf & operator=(const BlisBranchStrategyMaxInf &rhs)
Illegal Assignment operator.
Branching strategy specifies: (1) how to select a candidate set of branching objects (2) how to compa...
virtual int createCandBranchObjects(int numPassesLeft, double ub)
Create a set of candidate branching objects.