24 Jul
2015
24 Jul
'15
5:26 a.m.
From: breadbread1984
To: boost-users@lists.boost.org Cc: Sent: Thursday, July 23, 2015 9:29 AM Subject: Re: [Boost-users] problem of getting vertex_index_t property
T hx for your reply. But I use vecS to store vertices instead of setS. The setS is for storing edges. There should be something else going wrong.
typedef adjacency_list< vecS,setS,directedS, vertex_state, edge_qfunction
Graph;
According to the documentation, you have vecS as out edge container and setS as vertex container. The template parameter list in
http://www.boost.org/doc/libs/1_58_0/libs/graph/doc/adjacency_list.html is given as:
adjacency_list