Declaration of interface for graph augmentation algorithms.
The base class for graph augmentation algorithms.
Implementation of a DFS-based algorithm for biconnectivity augmentation.
DfsMakeBiconnected()
Creates an instance of DFS-based biconnectivity augmentation.
virtual void doCall(Graph &G, List< edge > &L) override
Implements the algorithm call.
~DfsMakeBiconnected()
Destruction.
Data type for general directed graphs (adjacency list representation).
Doubly linked lists (maintaining the length of the list).
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.