|
Blis 0.94
|
Blis branching strategy. More...
#include <BlisBranchStrategyPseudo.h>
Inheritance diagram for BlisBranchStrategyPseudo:
Collaboration diagram for BlisBranchStrategyPseudo:Additional Inherited Members | |
Protected Attributes inherited from BcpsBranchStrategy | |
| int | type_ |
| BcpsModel * | model_ |
| int | numBranchObjects_ |
| BcpsBranchObject ** | branchObjects_ |
| BcpsBranchObject * | bestBranchObject_ |
| double | bestChangeUp_ |
| int | bestNumberUp_ |
| double | bestChangeDown_ |
| int | bestNumberDown_ |
Blis branching strategy.
This class implements pseudocost branching.
Definition at line 40 of file BlisBranchStrategyPseudo.h.
|
inline |
Default Constructor.
Definition at line 51 of file BlisBranchStrategyPseudo.h.
|
inline |
Useful Constructor.
Definition at line 57 of file BlisBranchStrategyPseudo.h.
|
inlinevirtual |
Destructor.
Definition at line 64 of file BlisBranchStrategyPseudo.h.
| BlisBranchStrategyPseudo::BlisBranchStrategyPseudo | ( | const BlisBranchStrategyPseudo & | ) |
Copy constructor.
|
inline |
Set relibility.
Definition at line 70 of file BlisBranchStrategyPseudo.h.
|
inlinevirtual |
Clone a brancing strategy.
Implements BcpsBranchStrategy.
Definition at line 73 of file BlisBranchStrategyPseudo.h.
|
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.
|
virtual |
Create a set of candidate branching objects.
Reimplemented from BcpsBranchStrategy.