Implementation of the staticTree option for calculating save edges in Zelikovsky's 11/6-approximation. More...
#include <ogdf/basic/Array2D.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/Queue.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/steiner_tree/Save.h>
#include <ogdf/graphalg/steiner_tree/common_algorithms.h>
Go to the source code of this file.
Classes | |
class | ogdf::EdgeWeightedGraphCopy< T > |
class | ogdf::steiner_tree::SaveEnum< T > |
This class computes save edges recursively and stores for every node pair their save edge in a HashArray. 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 | |
Implementation of the staticTree option for calculating save edges in Zelikovsky's 11/6-approximation.
Definition in file SaveEnum.h.