BinTreeStruct | Class for balanced binary trees |
LeafNode | This is the class for the leaves, i.e. the last-stage nodes |
MidStageNode | Class for the middle-nodes, i.e. all the nodes between the root and leaves |
RootNode | Class for the root node of the tree |
ScenTreeStruct | Class describing the scenario-tree structure |
StageNode | This is the base class for describing a model in one node of the tree |