27 Jan
2011
27 Jan
'11
6:46 p.m.
On Thu, Jan 27, 2011 at 1:25 PM, Jeremiah Willcock
On Thu, 27 Jan 2011, David Doria wrote:
You need to specify the vertex properties as empty (something like "no_property" IIRC). You did specify the edge weight as the parameter of the VertexProperties, but it should look like this: adjacency_list
After nearly a fully day of searching/experimenting, I think I figured everything out. I have summarized what I have learned in a small set of examples in the BGL section here: http://programmingexamples.net/index.php?title=Boost I would highly suggest these be absorbed into the official BGL examples. David