20 #ifndef TULIP_BICONNEX_H 
   21 #define TULIP_BICONNEX_H 
   25 #include <tulip/tulipconf.h> 
Performs a test of biconnexity on the graph, and provides a function to make a graph biconnected....
 
static bool isBiconnected(const Graph *graph)
Checks whether the graph is biconnected (i.e. removing one edge does not disconnect the graph,...
 
static void makeBiconnected(Graph *graph, std::vector< edge > &addedEdges)
Adds edges to make the graph biconnected.