Hi,
Below is a list of bugs (at least I think so) in boost graph library:
1. I used the functions illustrated in file "components_on_edgelist.cpp"
on a adjacency_list graph instead of a edge_list graph. It gave the
correct number of components in the graph, but when printing out each
components, the nodes in some of the components were disconnected. Also,
segmentation fault was flagged.(This happened when the graph had a lot of
components.)
2. I ran the source code in file "subgraph.cpp" as it was, the output was
different from the sample output given in the same file. The difference
was: the subgraph had global edge index, but local vertex index.
3. When creating multiple subgraphs, code like below would give
segmentation fault:
"
typedef property