#include "BCP_math.hpp"#include "BCP_vector.hpp"

Go to the source code of this file.
Classes | |
| class | BCP_tm_node |
| LITTLE OLD DESC. More... | |
| class | BCP_tree |
| NO OLD DOC. More... | |
| class | BCP_node_queue |
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.
| 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 14 of file BCP_tm_node.hpp.
1.6.1