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/ArrayBuffer.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ostream>
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 | |
ogdf | |
The namespace for all OGDF objects. | |
Functions | |
std::ostream & | ogdf::operator<< (std::ostream &os, Triconnectivity::CompType type) |
Declares class Triconnectivity which realizes the Hopcroft/Tarjan algorithm for finding the triconnected components of a biconnected multi-graph.
Definition in file Triconnectivity.h.