
11 Sep
2008
11 Sep
'08
3:09 p.m.
* Will Chen <oxeimon@gmail.com> [2008-09-09 12:13:44 -0400]:
typedef adjacency_list<vecS, vecS, directedS, NodeProperties, EdgeProperties> BipartiteGraph;
So I'm using vecS for the vertexlist, so I should be able to access them by index right?
yes, you should. mojmir