$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Graph Library Random Access Iterators?
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2010-03-06 14:07:16
On Sat, 6 Mar 2010, Theodore McCormack wrote:
> Thank you Jeremiah for the prompt reply. I have put vecS in the last template arguement. How would i
> access the edge list after doing so?
edges() returns an iterator pair, but I am not sure it's random access.
You would need to check, but I suspect vecS makes it random access.
-- Jeremiah Willcock
PS: Please don't top-post.