15 Dec
2005
15 Dec
'05
7:22 p.m.
Hi all again!
I would really appreciate any ideas how to implement (subject)
efficiently with bearing in mind "Iterator" stability. Graph
representation is the following:
typedef adjacency_list<
listS, /// Graph; filtered_graph seems isn't what I need. I would like to right as follow
Graph g;
remove_empty_vertices(g);
//Now g doesn't contain zero degree vertices
Many thanks in advance,
regards,
--dima