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
At 05:10 PM 11/1/2004, Qiaofeng Yang wrote:
Hi,
Below is a list of bugs (at least I think so) in boost graph library:
...
I found the above problems when I tried to create subgraphs for each component in the graph when the number of components was large.
It always helps to identify the compiler and it's version number, the operating system, and to indicate the version of the Boost code (or CVS, if that was the source.) --Beman
participants (3)
-
Beman Dawes
-
Doug Gregor
-
Qiaofeng Yang