#include <map>#include "CoinSearchTree.hpp"#include "CoinSmartPtr.hpp"#include "BCP_math.hpp"#include "BCP_vector.hpp"#include "BCP_message_tag.hpp"#include "BCP_obj_change.hpp"#include "BCP_node_change.hpp"#include "BCP_USER.hpp"

Go to the source code of this file.
Classes | |
| class | BCP_tm_node_data |
| class | BCP_tm_node |
| class | BCP_tree |
| NO OLD DOC. More... | |
| class | BCP_tm_node_to_send |
Enumerations | |
| enum | BCP_tm_node_status { BCP_DefaultNode, BCP_ProcessedNode, BCP_ActiveNode, BCP_PrunedNode_OverUB, BCP_PrunedNode_Infeas, BCP_PrunedNode_Discarded, BCP_CandidateNode, BCP_NextPhaseNode_OverUB, BCP_NextPhaseNode_Infeas } |
| Node status in the Tree Manager. More... | |
| enum BCP_tm_node_status |
Node status in the Tree Manager.
| Enumerator | |
|---|---|
| BCP_DefaultNode | |
| BCP_ProcessedNode | |
| BCP_ActiveNode | |
| BCP_PrunedNode_OverUB | |
| BCP_PrunedNode_Infeas | |
| BCP_PrunedNode_Discarded | |
| BCP_CandidateNode | |
| BCP_NextPhaseNode_OverUB | |
| BCP_NextPhaseNode_Infeas | |
Definition at line 23 of file BCP_tm_node.hpp.
1.8.5