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?
On 11/26/2013 09:08 PM, Karim Khayrat wrote:
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?
There is no built-in function, you must iterate through the edges.
Cheers, Tiago