A weighted tree as auxiliary data structure for contraction based algorithms. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/steiner_tree/Save.h>
#include <ogdf/graphalg/steiner_tree/common_algorithms.h>
#include <ogdf/tree/LCA.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | ogdf::EdgeWeightedGraphCopy< T > |
class | ogdf::steiner_tree::SaveDynamic< T > |
Dynamically updatable weighted Tree for determining save edges via LCA computation. More... | |
class | ogdf::steiner_tree::Triple< T > |
This class represents a triple used by various contraction-based minimum Steiner tree approximations. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::steiner_tree | |
A weighted tree as auxiliary data structure for contraction based algorithms.
Definition in file SaveDynamic.h.