Biconnected components,

Hello.
The label_biconnected_components routine returns an edge property map.
However I also need to get corresponding vertex property map. While it is
straight forward to code that, I was wondering if there an inbuilt function
in graph-tool to do so?

attachment.html (282 Bytes)

There is no built-in function, you must iterate through the edges.

Cheers,
Tiago