Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
DfsMakeBiconnected.h
Go to the documentation of this file.
1
32#pragma once
33
35
36namespace ogdf {
37
52public:
55
58
59protected:
61 virtual void doCall(Graph& G, List<edge>& L) override;
62};
63
64}
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.
Data type for general directed graphs (adjacency list representation).
Definition Graph_d.h:521
Doubly linked lists (maintaining the length of the list).
Definition List.h:1435
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition config.h:101
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.