subgraph
adaptor has several known problems:
subgraph
has its own copy of internal
vertex and edge properties. Only at the root
subgraph
are the
properties valid. subgraph
only applies to adjacency lists
with VertexListS = vecS.
EdgeListS
parameter to the adjacency list is
essentially fixed to listS:
other
selectors are unlikely to work.
adjacency_list
may cause a VC++ internal compiler error. get(property, graph, edge)
may cause a VC++ internal compiler error. boost::tie
;" may cause VC++ internal compiler error.
Copyright © 2000-2001 Jeremy Siek, Indiana University ([email protected]) Lie-Quan Lee, Indiana University ([email protected]) Andrew Lumsdaine, Indiana University ([email protected]) |