19 Feb
2005
19 Feb
'05
4:06 a.m.
On Feb 15, 2005, at 5:24 PM, gast128 wrote:
Sometimes this boost::graph stuff even suprises me from time to time. For example feeding a depth_search with a graph and vecS type vertex storage will work if the color map is not specified. However changing this to listS, and one gets a crash.
With listS, you'll need to create and maintain a mapping from vertices
to index values, e.g., add a property