|
Blis 0.95.0
|
This class implements maximum infeasibility branching. More...
#include <BlisBranchStrategyBilevel.h>
Inheritance diagram for BlisBranchStrategyBilevel:
Collaboration diagram for BlisBranchStrategyBilevel:Public Member Functions | |
| BlisBranchStrategyBilevel () | |
| Bilevel Constructor. | |
| BlisBranchStrategyBilevel (BlisModel *model) | |
| Bilevel Constructor. | |
| virtual | ~BlisBranchStrategyBilevel () |
| Destructor. | |
| BlisBranchStrategyBilevel (const BlisBranchStrategyBilevel &) | |
| 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 BlisBranchStrategyBilevel.h.
|
inline |
Bilevel Constructor.
Definition at line 43 of file BlisBranchStrategyBilevel.h.
|
inline |
Bilevel Constructor.
Definition at line 48 of file BlisBranchStrategyBilevel.h.
|
inlinevirtual |
Destructor.
Definition at line 53 of file BlisBranchStrategyBilevel.h.
| BlisBranchStrategyBilevel::BlisBranchStrategyBilevel | ( | const BlisBranchStrategyBilevel & | ) |
Copy constructor.
|
inlinevirtual |
Clone a brancing strategy.
Definition at line 59 of file BlisBranchStrategyBilevel.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).