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