$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Strasser (sstrasser_at_[hidden])
Date: 2005-04-17 16:02:46
Vivid Yang schrieb:
> Hi,
>
> I can run the example of incrementail_components:
> incremental_components.cpp
>
> But I cannot compile it if I change the vertex from vecS to listS.
>
> typedef adjacency_list <listS, listS, undirectedS> Graph;
>
> I have read dijkstra-example-listS.cpp, still failed to make it work.
> Can anybody help?
>
>
looks like Q5: http://www.boost.org/libs/graph/doc/faq.html
-- Stefan Strasser