Boost logo

Boost Users :

Subject: Re: [Boost-users] Compile error when using breadth_first_search with these adjacency_list template parameters
From: Julian (jpellico_at_[hidden])
Date: 2009-05-13 03:52:51


Thanks for that. Sorry for the delay in reply.

On Fri, May 8, 2009 at 3:18 PM, Michael Olea <oleaj_at_[hidden]> wrote:

>
> You need to provide either a "color map" or, if you use the default
> color_map, a vertex_index_map that maps vertex_descriptors into the range
> [0, num_vertices(g)). When you use vecS for the vertex list it has a
> vertex_index_map by default, but not so when you use listS for the
> vertex_list:
>
> http://www.boost.org/doc/libs/1_39_0/libs/graph/doc/
> breadth_first_search.html
>
> Here is an example that uses listS for the vertex_list and makes color a
> vertex property:
>
> http://www.boost.org/doc/libs/1_39_0/libs/graph/example/bfs-example2.cpp
>
> -- Michael
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net