
23 Oct
2009
23 Oct
'09
12:24 a.m.
Replacing
vector < set< Colour > > eColours;
with
std::map < int, set< Colour > > emColours;
in edge properties.
Using
property_map < graph_t, map < int,