|
Blis 0.95.0
|
This class implements maximum infeasibility branching. More...
#include <BlisBranchStrategyMaxInf.h>
Inheritance diagram for BlisBranchStrategyMaxInf:
Collaboration diagram for BlisBranchStrategyMaxInf:Public Member Functions | |
| BlisBranchStrategyMaxInf () | |
| MaxInf Constructor. | |
| BlisBranchStrategyMaxInf (BlisModel *model) | |
| MaxInf Constructor. | |
| virtual | ~BlisBranchStrategyMaxInf () |
| Destructor. | |
| BlisBranchStrategyMaxInf (const BlisBranchStrategyMaxInf &) | |
| Copy constructor. | |
| virtual BcpsBranchStrategy * | clone () const |
| Clone a brancing strategy. | |
| 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. | |
This class implements maximum infeasibility branching.
Definition at line 33 of file BlisBranchStrategyMaxInf.h.
|
inline |
MaxInf Constructor.
Definition at line 43 of file BlisBranchStrategyMaxInf.h.
|
inline |
MaxInf Constructor.
Definition at line 48 of file BlisBranchStrategyMaxInf.h.
|
inlinevirtual |
Destructor.
Definition at line 53 of file BlisBranchStrategyMaxInf.h.
| BlisBranchStrategyMaxInf::BlisBranchStrategyMaxInf | ( | const BlisBranchStrategyMaxInf & | ) |
Copy constructor.
|
inlinevirtual |
Clone a brancing strategy.
Definition at line 59 of file BlisBranchStrategyMaxInf.h.
|
virtual |
Create a set of candidate branching objects.
|
virtual |
Compare branching object thisOne to bestSoFar.
If thisOne is better than bestObject, return branching direction(1 or -1), otherwise return 0. If bestSorFar is NULL, then always return branching direction(1 or -1).