problem with induced subgraphs
I'm using an edge visitor to create subgraphs. I do a simple
sub_graph = myGraph.create_subgraphs(), to create a subgraph and then
I add vertices using add_vertex(vertex,sub_graph). The vertices are
added but the corresponding edges are not. My basic typedefs are:
//////////
typedef boost::property
participants (1)
-
David Minor <david-m@orbotech.com>