Implementation of the basic greedy (2k-1)-spanner algorithm of Althöfer et al. More...
#include <ogdf/basic/Array.h>#include <ogdf/basic/EpsilonTest.h>#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphAttributes.h>#include <ogdf/basic/basic.h>#include <ogdf/graphalg/SpannerModule.h>#include <string>Go to the source code of this file.
Classes | |
| class | ogdf::SpannerBasicGreedy< TWeight > |
| Multiplicative spanner by greedily adding edges. More... | |
| struct | ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Implementation of the basic greedy (2k-1)-spanner algorithm of Althöfer et al.
2007.
Definition in file SpannerBasicGreedy.h.