Implementation of the random cluster-based k-spanner algorithm of Baswana and Sen 2007. More...
#include <ogdf/basic/EpsilonTest.h>#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphAttributes.h>#include <ogdf/basic/GraphCopy.h>#include <ogdf/basic/GraphList.h>#include <ogdf/basic/GraphSets.h>#include <ogdf/basic/List.h>#include <ogdf/basic/basic.h>#include <ogdf/graphalg/SpannerIteratedWrapper.h>#include <ogdf/graphalg/SpannerModule.h>#include <cmath>#include <limits>#include <string>#include <utility>Go to the source code of this file.
Classes | |
| class | ogdf::SpannerBaswanaSen< TWeight > |
| Randomized multiplicative spanner calculation by forming clusters. More... | |
| class | ogdf::SpannerBaswanaSenIterated< TWeight > |
| Use the ogdf::SpannerIteratedWrapper to execute the ogdf::SpannerBaswanaSen algorithm up to 1000 times. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Implementation of the random cluster-based k-spanner algorithm of Baswana and Sen 2007.
Definition in file SpannerBaswanaSen.h.