Relative Content

Tag Archive for c++boostboost-graph

Boost graph library: subgraph edges referencing original graph edges

I want to have two types of graph (with different bundled properties, simplified below). One of the types is used to represent subgraphs of the other type, so i want to be able to map the vertices and edges of the subgraphs to their corresponding vertices and edges in the original graph.