On 6/22/07, Jonas Gabriel <gkamprie@ceid.upatras.gr> wrote:
Good morning,
I'm trying to make a single pair shortest path function using the goal-directed search technique based on dijkstra_shortest_paths and Visitors.
In some point when the target vertex is processed, I would like to exit dijkstra_shortest_paths.To do that I 'm thinking trying to empty the priority queue.