Class for computing the connectivity of a graph. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/MaxFlowGoldbergTarjan.h>
#include <ogdf/graphalg/MaxFlowModule.h>
Go to the source code of this file.
Classes | |
class | ogdf::ConnectivityTester |
Naive implementation for testing the connectivity of a graph. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Class for computing the connectivity of a graph.
Definition in file ConnectivityTester.h.