#include <ogdf/graphalg/steiner_tree/FullComponentStore.h>
Public Member Functions | |
Metadata () | |
Public Attributes | |
T | cost |
Cost. More... | |
adjEntry | start |
Adjacency entry on a terminal where a non-terminal BFS yields the component. More... | |
Array< node > | terminals |
Terminals, sorted by node index. More... | |
Definition at line 65 of file FullComponentStore.h.
|
inline |
Definition at line 70 of file FullComponentStore.h.
T ogdf::steiner_tree::FullComponentStore< T, ExtraDataType >::Metadata< Y, Enable >::cost |
Cost.
Definition at line 68 of file FullComponentStore.h.
adjEntry ogdf::steiner_tree::FullComponentStore< T, ExtraDataType >::Metadata< Y, Enable >::start |
Adjacency entry on a terminal where a non-terminal BFS yields the component.
Definition at line 66 of file FullComponentStore.h.
Array<node> ogdf::steiner_tree::FullComponentStore< T, ExtraDataType >::Metadata< Y, Enable >::terminals |
Terminals, sorted by node index.
Definition at line 67 of file FullComponentStore.h.