30 Mar
2004
30 Mar
'04
1:17 p.m.
Peter Aronsson wrote:
Actually, I now found that the problem is when having listS as adjacency lists.
Yes, when you have vecS for vertex storage, the vertex_index_t property is automatically defined.
The same compilation error can be produced by changing vecS to listS in the dfs-example.cpp file.
Perhaps a bug?
It's more like design issue. Would be nice to have automatic vertex_index_t for listS but nobody yet implemented this, and even has not decided how this can be done. - Volodya