<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
My problem is, that the dijkstra_shortest_paths method dosen&#39;t work when I provide a plain std::vector to the distance_map() and predecessor_map()<br>
parameter of the dijkstra_shortest_paths call because of the mapping from the vertex descriptor to position in the vector.<br>
<br>
Can anybody tell me how to provide the &quot;right&quot; type of parameter for distance_map() and predecessor_map() ?<br>
</blockquote><div><br>What do you mean be &quot;doesn&#39;t work?&quot; It looks like it should be okay (outside of the fact that removing vertices when VertexList == vecS is a O(|V|) operation).<br> </div></div>Andrew Sutton<br>
<a href="mailto:andrew.n.sutton@gmail.com">andrew.n.sutton@gmail.com</a><br>

