Data class to return removal safety information on the graph. More...
#include <PrivateGraph.h>
Data Fields | |
|
std::unordered_set < PrivateGraph::Vertex > | articulationVertices |
| Articulation vertices cannot be removed without disconnecting the graph. | |
| std::set< PrivateGraph::Edge > | bridges |
| Bridges are edges that cannot be removed without disconnecting the graph. | |
Data class to return removal safety information on the graph.