
18 Nov
2017
18 Nov
'17
8:36 p.m.
Adding the property internal to the graph by commenting out:
typedef boost::property<boost::vertex_index1_t, size_t, boost::property<boost::vertex_component_t, int> > vertex_properties;
I would recommend using external property maps where possible. It makes life easier, because there is less magic and it will simplify debugging your code.