On 8/28/07, Stephan Diederich <stephan.diederich@googlemail.com> wrote:
Just rechecked, but I think I chose setS: (maybe bad formatting?)
typedef adjacency_list<setS, vecS, directedS, Vertex,
Edge,no_property, setS> Graph;

Sorry, my bad.  I forgot that vertex/edge properties are specified in the reverse order from the edge/vertex list types. <sigh>

Jon