Basic module for spanner algorithms. More...
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/Module.h>
#include <ogdf/basic/Stopwatch.h>
#include <ogdf/basic/extended_graph_alg.h>
#include <ogdf/graphalg/ShortestPathAlgorithms.h>
Go to the source code of this file.
Classes | |
class | ogdf::SpannerModule< TWeight > |
Interface for spanner algorithms. More... | |
struct | ogdf::SpannerModule< TWeight >::TimeoutException |
A simple exception used to exit from the execution, if the timelimit is reached. More... | |
Namespaces | |
namespace | 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.