$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alan Stokes (alan_at_[hidden])
Date: 2004-01-30 10:07:54
Jeremy Siek wrote:
> On Jan 30, 2004, at 6:25 AM, Alan Stokes wrote:
>> As an aside, it's not that obvious from the documentation that
>> adjacency_list supports edge(u, v, g).
>
> It is there... in the Non-Member Functions section of the documentation
> for adjacency_list.
Ahh, I see it now. Except it says "Returns an edge connecting vertex u to vertex
v in graph g." which isn't quite right - it returns a pair, and the edge is only
valid if the bool is true.
Cheers,
Alan