Provides a simple, dfs-based algorithm for biconnectivity augmentation. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/augmentation/AugmentationModule.h>
Go to the source code of this file.
Classes | |
class | ogdf::DfsMakeBiconnected |
Implementation of a DFS-based algorithm for biconnectivity augmentation. More... | |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Provides a simple, dfs-based algorithm for biconnectivity augmentation.
Definition in file DfsMakeBiconnected.h.