Hmm....I'll download that file and give it a try on Monday. I don't fully understand property maps. Aside from vertex_index, I haven't used get() for anything directly; I usually just do w = G[edge].edge_weight; or similar. And when using algorithms, I was able to figure out the property map parameters mainly be looking at what the examples did. So using the above access pattern, how would one differentiate a subgraph with "pass-through" property access versus one with local properties?
Incidentally, I believe there was a problem with placing edge_index_t edge_index in the bundled properties----it only worked when I used the (far uglier) joint internal/bundled property approach. Something else to put on the list.
I think I've run into this before. There was a problem with the
property-deducing metafunctions that was failing if you gave a formally
constructed bundle (of the form property??_bundle_t, Bundle>). It should
be fixed in trunk. Relevant changes are in boost/graph/properties.hpp.
As far as options, I was think something like:
typedef property_map