Implementation of an k-spanner approximation algorithm from Berman et al. More...
#include <ogdf/basic/extended_graph_alg.h>#include <ogdf/basic/simple_graph_alg.h>#include <ogdf/external/coin.h>#include <ogdf/graphalg/SpannerModule.h>#include <iomanip>Go to the source code of this file.
Classes | |
| class | ogdf::SpannerBerman< TWeight > |
| Approximation algorithm for calculating spanners. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Implementation of an k-spanner approximation algorithm from Berman et al.
Definition in file SpannerBerman.h.