[BGL] Compressed Sparse Row Graph and Subgraph
22 Oct
22 Oct
8 p.m.
On Oct 9, 2007, at 9:24 AM, Jacques Papper wrote:
Hi everyone,
In the documentation it is stated for the "CSRG" that the template parameter must obey the following :
"A graph type modeling VertexMutableGraph and EdgeMutableGraph. Also the graph must have internal vertex_index and edge_index properties. The vertex indices must be maintained automatically by the graph, whereas the edge indices will be assigned by the subgraph class implementation"
Does this mean that I can not "extract" subgraphs from a Compressed Sparse Row Graph ??
Yes, it does. Subgraph should be extended to support an external edge- index property map instead of always relying on the internal edge_index. - Doug
6249
Age (days ago)
6262
Last active (days ago)
1 comments
2 participants
participants (2)
-
Doug Gregor
-
Jacques Papper