9 #ifndef GTL_BID_DIJKSTRA_H
10 #define GTL_BID_DIJKSTRA_H
78 void source_target(
const node&
s,
const node&
t);
100 void store_path(
bool set);
159 bool store_path()
const;
166 bool reached()
const;
187 shortest_path_node_iterator shortest_path_nodes_begin();
200 shortest_path_node_iterator shortest_path_nodes_end();
213 shortest_path_edge_iterator shortest_path_edges_begin();
226 shortest_path_edge_iterator shortest_path_edges_end();
238 virtual void reset();
362 void reset_algorithm();
378 void fill_node_edge_lists(
const node&
n);
383 #endif // GTL_BID_DIJKSTRA_H