1// Boost Graph Library examples regression test configuration file
2//
3// From the boost/status directory, run
4// ./regression --tests ../libs/graph/example/regression.cfg -o graph-eg.html
5//
6// Please keep the entries ordered alphabetically by the test's file name.
7
8compile libs/graph/example/accum-compile-times.cpp
9compile libs/graph/example/adjacency_list.cpp
10compile libs/graph/example/adjacency_list_io.cpp
11compile libs/graph/example/adjacency_matrix.cpp
12compile libs/graph/example/bellman-example.cpp
13compile libs/graph/example/bellman-ford-internet.cpp
14compile libs/graph/example/bfs-example.cpp
15compile libs/graph/example/bfs-name-printer.cpp
16compile libs/graph/example/bfs.cpp
17compile libs/graph/example/bfs_neighbor.cpp
18compile libs/graph/example/biconnected_components.cpp
19compile libs/graph/example/boost_web_graph.cpp
20compile libs/graph/example/bucket_sorter.cpp
21compile libs/graph/example/cc-internet.cpp
22compile libs/graph/example/city_visitor.cpp
23compile libs/graph/example/components_on_edgelist.cpp
24compile libs/graph/example/connected-components.cpp
25compile libs/graph/example/connected_components.cpp
26compile libs/graph/example/container_gen.cpp
27compile libs/graph/example/copy-example.cpp
28compile libs/graph/example/cuthill_mckee_ordering.cpp
29compile libs/graph/example/cycle-file-dep.cpp
30compile libs/graph/example/cycle-file-dep2.cpp
31compile libs/graph/example/dag_shortest_paths.cpp
32compile libs/graph/example/dave.cpp
33compile libs/graph/example/default-constructor.cpp
34compile libs/graph/example/default-constructor2.cpp
35compile libs/graph/example/dfs-example.cpp
36compile libs/graph/example/dfs-parenthesis.cpp
37compile libs/graph/example/dfs.cpp
38compile libs/graph/example/dfs_parenthesis.cpp
39compile libs/graph/example/dijkstra-example.cpp
40compile libs/graph/example/edge-connectivity.cpp
41compile libs/graph/example/edge-function.cpp
42compile libs/graph/example/edge-iter-constructor.cpp
43compile libs/graph/example/edge_basics.cpp
44compile libs/graph/example/edge_connectivity.cpp
45compile libs/graph/example/edge_iterator_constructor.cpp
46compile libs/graph/example/edge_property.cpp
47compile libs/graph/example/edmonds-karp-eg.cpp
48compile libs/graph/example/exterior_properties.cpp
49compile libs/graph/example/exterior_property_map.cpp
50compile libs/graph/example/family-tree-eg.cpp
51compile libs/graph/example/fibonacci_heap.cpp
52compile libs/graph/example/file_dependencies.cpp
53compile libs/graph/example/filtered_graph.cpp
54compile libs/graph/example/gerdemann.cpp
55compile libs/graph/example/graph-assoc-types.cpp
56compile libs/graph/example/graph-property-iter-eg.cpp
57compile libs/graph/example/graph.cpp
58compile libs/graph/example/graphviz.cpp
59compile libs/graph/example/in_edges.cpp
60compile libs/graph/example/incremental-components-eg.cpp
61compile libs/graph/example/incremental_components.cpp
62compile libs/graph/example/interior_property_map.cpp
63compile libs/graph/example/isomorphism.cpp
64compile libs/graph/example/iterator-property-map-eg.cpp
65compile libs/graph/example/johnson-eg.cpp
66compile libs/graph/example/kevin-bacon.cpp
67compile libs/graph/example/knights-tour.cpp
68compile libs/graph/example/kruskal-example.cpp
69compile libs/graph/example/kruskal-telephone.cpp
70compile libs/graph/example/last-mod-time.cpp
71compile libs/graph/example/loops_dfs.cpp
72compile libs/graph/example/max_flow.cpp
73compile libs/graph/example/min_max_paths.cpp
74compile libs/graph/example/minimum_degree_ordering.cpp
75compile libs/graph/example/modify_graph.cpp
76compile libs/graph/example/neighbor_bfs.cpp
77compile libs/graph/example/ordered_out_edges.cpp
78compile libs/graph/example/ospf-example.cpp
79compile libs/graph/example/parallel-compile-time.cpp
80compile libs/graph/example/prim-example.cpp
81compile libs/graph/example/prim-telephone.cpp
82compile libs/graph/example/print-adjacent-vertices.cpp
83compile libs/graph/example/print-edges.cpp
84compile libs/graph/example/print-in-edges.cpp
85compile libs/graph/example/print-out-edges.cpp
86compile libs/graph/example/property-map-traits-eg.cpp
87compile libs/graph/example/property_iterator.cpp
88compile libs/graph/example/push-relabel-eg.cpp
89compile libs/graph/example/put-get-helper-eg.cpp
90compile libs/graph/example/quick-tour.cpp
91compile libs/graph/example/quick_tour.cpp
92compile libs/graph/example/reachable-loop-head.cpp
93compile libs/graph/example/reachable-loop-tail.cpp
94compile libs/graph/example/remove_edge_if_bidir.cpp
95compile libs/graph/example/remove_edge_if_dir.cpp
96compile libs/graph/example/remove_edge_if_undir.cpp
97compile libs/graph/example/reverse-graph-eg.cpp
98compile libs/graph/example/scc.cpp
99compile libs/graph/example/strong-components.cpp
100compile libs/graph/example/strong_components.cpp
101compile libs/graph/example/subgraph.cpp
102compile libs/graph/example/topo-sort-file-dep.cpp
103compile libs/graph/example/topo-sort-file-dep2.cpp
104compile libs/graph/example/topo-sort1.cpp
105compile libs/graph/example/topo-sort2.cpp
106compile libs/graph/example/topo_sort.cpp
107compile libs/graph/example/transitive_closure.cpp
108compile libs/graph/example/transpose-example.cpp
109compile libs/graph/example/undirected.cpp
110compile libs/graph/example/vector-as-graph.cpp
111compile libs/graph/example/vertex-name-property.cpp
112compile libs/graph/example/vertex_basics.cpp
113compile libs/graph/example/visitor.cpp
114
115