$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vivid Yang (yyd_iris_at_[hidden])
Date: 2005-04-17 15:09:13
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?
Thanks a lot,
Vivid