27 Nov
2013
27 Nov
'13
7:08 a.m.
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 -- Tiago de Paula Peixoto <tiago@skewed.de>