Basic module for spanner algorithms. 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/Module.h>
#include <ogdf/basic/Stopwatch.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/ShortestPathAlgorithms.h>
#include <cstdint>
#include <string>
Go to the source code of this file.
Classes | |
class | ogdf::SpannerModule< TWeight > |
Interface for spanner algorithms. More... | |
struct | ogdf::SpannerModule< TWeight >::TimeoutException |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Basic module for spanner algorithms.
Includes some useful functions dealing with min-cost flow (problem generator, problem checker).
Definition in file SpannerModule.h.