Blis
0.94
|
This class implements strong branching. More...
#include <BlisBranchStrategyStrong.h>
Additional Inherited Members | |
![]() | |
int | type_ |
BcpsModel * | model_ |
int | numBranchObjects_ |
BcpsBranchObject ** | branchObjects_ |
BcpsBranchObject * | bestBranchObject_ |
double | bestChangeUp_ |
int | bestNumberUp_ |
double | bestChangeDown_ |
int | bestNumberDown_ |
This class implements strong branching.
Definition at line 57 of file BlisBranchStrategyStrong.h.
|
inline |
Strong Constructor.
Definition at line 67 of file BlisBranchStrategyStrong.h.
|
inline |
Strong Constructor.
Definition at line 72 of file BlisBranchStrategyStrong.h.
|
inlinevirtual |
Destructor.
Definition at line 78 of file BlisBranchStrategyStrong.h.
BlisBranchStrategyStrong::BlisBranchStrategyStrong | ( | const BlisBranchStrategyStrong & | ) |
Copy constructor.
|
inlinevirtual |
Clone a brancing strategy.
Implements BcpsBranchStrategy.
Definition at line 84 of file BlisBranchStrategyStrong.h.
|
virtual |
Create a set of candidate branching objects.
Reimplemented from BcpsBranchStrategy.
|
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).
Implements BcpsBranchStrategy.