$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonas Gabriel (gkamprie_at_[hidden])
Date: 2007-06-22 02:54:24
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.
Can I access the priority queue inside a visitor using something like an 
extern declaration, since none of the Dijkstra Visitor's methods gets 
the priority queue as an argument ?
With regards,
Jonas Gabriel