Choosing the OutEdgeList type The OutEdgeList parameter determines what kind of container will be used to store the out-edges (and possibly in-edges) for each vertex in the graph. ... If you want to represent a multi-graph, ... choose one of the Sequence types: vecS, listS, or slistS. http://www.boost.org/doc/libs/1_64_0/libs/graph/doc/graph_theory_review.html#sec:adjacency-list-representation |