24#ifndef BlisBranchStrategyMaxInf_h_
25#define BlisBranchStrategyMaxInf_h_
27#include "BcpsBranchObject.h"
28#include "BcpsBranchStrategy.h"
59 virtual BcpsBranchStrategy *
clone()
const {
72 BcpsBranchObject * bestSoFar);
@ BlisBranchingStrategyMaxInfeasibility
virtual ~BlisBranchStrategyMaxInf()
Destructor.
BlisBranchStrategyMaxInf(BlisModel *model)
MaxInf Constructor.
virtual BcpsBranchStrategy * clone() const
Clone a brancing strategy.
BlisBranchStrategyMaxInf(const BlisBranchStrategyMaxInf &)
Copy constructor.
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.
BlisBranchStrategyMaxInf()
MaxInf Constructor.