Lines Matching refs:test_path
95 struct test_path
150 shortest_paths<test_graph_traits, test_path> sp (g, a,
153 test_path path_to_a = sp.get_shortest_path (a);
156 test_path path_to_b = sp.get_shortest_path (b);
160 test_path path_to_c = sp.get_shortest_path (c);
164 test_path path_to_d = sp.get_shortest_path (d);
169 test_path path_to_e = sp.get_shortest_path (e);
174 test_path path_to_f = sp.get_shortest_path (f);
185 shortest_paths<test_graph_traits, test_path> sp (g, b,
188 test_path path_to_a = sp.get_shortest_path (a);
191 test_path path_to_b = sp.get_shortest_path (b);
194 test_path path_to_c = sp.get_shortest_path (c);
197 test_path path_to_d = sp.get_shortest_path (d);
200 test_path path_to_e = sp.get_shortest_path (e);
204 test_path path_to_f = sp.get_shortest_path (f);
212 shortest_paths<test_graph_traits, test_path> sp (g, c,
215 test_path path_to_a = sp.get_shortest_path (a);
218 test_path path_to_b = sp.get_shortest_path (b);
221 test_path path_to_c = sp.get_shortest_path (c);
224 test_path path_to_d = sp.get_shortest_path (d);
228 test_path path_to_e = sp.get_shortest_path (e);
231 test_path path_to_f = sp.get_shortest_path (f);
238 shortest_paths<test_graph_traits, test_path> sp (g, f,
241 test_path path_to_a = sp.get_shortest_path (a);
246 test_path path_to_b = sp.get_shortest_path (b);
251 test_path path_to_c = sp.get_shortest_path (c);
255 test_path path_to_d = sp.get_shortest_path (d);
258 test_path path_to_e = sp.get_shortest_path (e);
262 test_path path_to_f = sp.get_shortest_path (f);