Biconnected components,
26 Nov
2013
26 Nov
'13
8:08 p.m.
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?
27 Nov
27 Nov
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>
4403
Age (days ago)
4404
Last active (days ago)
1 comments
2 participants
participants (2)
-
Karim Khayrat -
Tiago de Paula Peixoto