Ok solved by help from documentation at http://www.boost.org/doc/libs/1_41_0/libs/graph/doc/adjacency_list.html
suresh
Hi,
I get segmentation fault when I call remove_vertex in boost graph. The graph is defined as
adjacency_list<listS, listS, undirectedS, Cluster, Cluster> Graph;
clear_vertex(leaf,g);
remove_vertex(leaf,g);
I call clear_vertex() and then remove_vertex(). remove_vertex gives a segmentation violation. How do I go about in debugging this?
Thanks
suresh
--
R. Suresh Kumar
PhD Student, Vislab
#216, Engineering II Bldg
University of California, Riverside,
CA 92521