Implementation of the random cluster-based k-spanner algorithm of Baswana and Sen 2007. More...
#include <ogdf/basic/NodeSet.h>#include <ogdf/graphalg/SpannerIteratedWrapper.h>#include <ogdf/graphalg/SpannerModule.h>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.