On 20/07/2012 07:04, areslp wrote:
I want to use the parallel version of dijkstra_shortest_paths, here is my code, it works very well with the sequential version of BGL, but can not be compiled with parallel BGL.
dijkstra_shortest_paths(g_, sou, &p[0], &d[0], ...
Using pointers as property maps does not always seem to work (for me).
Maybe it will help making an iterator_property_map for the vectors p and d.
typedef std::vector