$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] accessing graph vertices by index
From: Mojmir Svoboda (mojmir.svoboda_at_[hidden])
Date: 2008-09-11 11:09:11
* Will Chen <oxeimon_at_[hidden]> [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