From: Imran A. Pirwani (pirwani_at_[hidden])
Date: 2008-06-02 13:28:43


Hi,

I am new to boost. I would like to use the following:

typedef adjacency_list< listS, listS > Graph;

Using a graph defined as above will allow me to call "remove_vertex". I
would also like to use "connected_components()" to get connected
components after I have removed a bunch of vertices (by calling
"remove_vertex").

The example at:
http://www.boost.org/doc/libs/1_35_0/libs/graph/example/connected_components.cpp
doesn't work for me because of the difference in adjacency lists used. Any
help will be greatly appreciated!

Thanks!

-Imran.