Declares class Triconnectivity which realizes the Hopcroft/Tarjan algorithm for finding the triconnected components of a biconnected multi-graph. More...
#include <ogdf/basic/Array.h>
#include <ogdf/basic/EdgeArray.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/NodeArray.h>
Go to the source code of this file.
Classes | |
class | ogdf::Triconnectivity |
realizes Hopcroft/Tarjan algorithm for finding the triconnected components of a biconnected multi-graph More... | |
struct | ogdf::Triconnectivity::CompStruct |
representation of a component More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declares class Triconnectivity which realizes the Hopcroft/Tarjan algorithm for finding the triconnected components of a biconnected multi-graph.
Definition in file Triconnectivity.h.