A class describing the branching decisions that were made to get to the node where a heuristics was invoked from.
More...
#include <CbcHeuristic.hpp>
List of all members.
Detailed Description
A class describing the branching decisions that were made to get to the node where a heuristics was invoked from.
Definition at line 26 of file CbcHeuristic.hpp.
Constructor & Destructor Documentation
CbcHeuristicNode::CbcHeuristicNode |
( |
|
) |
[private] |
CbcHeuristicNode::CbcHeuristicNode |
( |
CbcModel & |
model |
) |
|
CbcHeuristicNode::~CbcHeuristicNode |
( |
|
) |
|
CbcHeuristicNode::CbcHeuristicNode |
( |
|
) |
[private] |
CbcHeuristicNode::CbcHeuristicNode |
( |
CbcModel & |
model |
) |
|
CbcHeuristicNode::~CbcHeuristicNode |
( |
|
) |
|
Member Function Documentation
void CbcHeuristicNode::gutsOfConstructor |
( |
CbcModel & |
model |
) |
[private] |
bool CbcHeuristicNode::minDistanceIsSmall |
( |
const CbcHeuristicNodeList & |
nodeList, |
|
|
const double |
threshold | |
|
) |
| | const |
void CbcHeuristicNode::gutsOfConstructor |
( |
CbcModel & |
model |
) |
[private] |
bool CbcHeuristicNode::minDistanceIsSmall |
( |
const CbcHeuristicNodeList & |
nodeList, |
|
|
const double |
threshold | |
|
) |
| | const |
Member Data Documentation
The indices of the branching objects.
Note: an index may be listed multiple times. E.g., a general integer variable that has been branched on multiple times.
Definition at line 37 of file CbcHeuristic.hpp.
The documentation for this class was generated from the following files: