mirror of
https://github.com/boostorg/graph.git
synced 2025-05-11 13:24:01 +00:00
63 lines
2.7 KiB
INI
63 lines
2.7 KiB
INI
// Boost Graph Library examples regression test configuration file
|
|
//
|
|
// From the boost/status directory, run
|
|
// ./regressions --tests ../libs/graph/example/regression.cfg -o graph-eg.html
|
|
//
|
|
// Please keep the entries ordered alphabetically by the test's file name.
|
|
|
|
compile libs/graph/example/adjacency_list.cpp
|
|
compile libs/graph/example/adjacency_matrix.cpp
|
|
compile libs/graph/example/bellman_ford.cpp
|
|
compile libs/graph/example/bfs.cpp
|
|
compile libs/graph/example/bfs_basics.cpp
|
|
compile libs/graph/example/boost_web_graph.cpp
|
|
compile libs/graph/example/bucket_sorter.cpp
|
|
compile libs/graph/example/city_visitor.cpp
|
|
compile libs/graph/example/components_on_edgelist.cpp
|
|
compile libs/graph/example/connected_components.cpp
|
|
compile libs/graph/example/container_gen.cpp
|
|
compile libs/graph/example/cuthill_mckee_ordering.cpp
|
|
compile libs/graph/example/dave.cpp
|
|
compile libs/graph/example/dfs.cpp
|
|
compile libs/graph/example/dfs_basics.cpp
|
|
compile libs/graph/example/dfs_parenthesis.cpp
|
|
compile libs/graph/example/dijkstra.cpp
|
|
compile libs/graph/example/edge_basics.cpp
|
|
compile libs/graph/example/edge_connectivity.cpp
|
|
compile libs/graph/example/edge_iterator_constructor.cpp
|
|
compile libs/graph/example/edge_property.cpp
|
|
compile libs/graph/example/edmunds_karp_max_flow.cpp
|
|
compile libs/graph/example/exterior_properties.cpp
|
|
compile libs/graph/example/exterior_property_map.cpp
|
|
compile libs/graph/example/family_tree.cpp
|
|
compile libs/graph/example/fibonacci_heap.cpp
|
|
compile libs/graph/example/file_dependencies.cpp
|
|
compile libs/graph/example/filtered_graph.cpp
|
|
compile libs/graph/example/gerdemann.cpp
|
|
compile libs/graph/example/graph.cpp
|
|
compile libs/graph/example/in_edges.cpp
|
|
compile libs/graph/example/incremental_components.cpp
|
|
compile libs/graph/example/interior_property_map.cpp
|
|
compile libs/graph/example/johnson.cpp
|
|
compile libs/graph/example/kevin_bacon.cpp
|
|
compile libs/graph/example/knights_tour.cpp
|
|
compile libs/graph/example/kruskal.cpp
|
|
compile libs/graph/example/max_flow.cpp
|
|
compile libs/graph/example/miles_span.cpp
|
|
compile libs/graph/example/min_max_paths.cpp
|
|
compile libs/graph/example/modify_graph.cpp
|
|
compile libs/graph/example/ordered_out_edges.cpp
|
|
compile libs/graph/example/prim.cpp
|
|
compile libs/graph/example/quick_tour.cpp
|
|
compile libs/graph/example/remove_edge_if_bidir.cpp
|
|
compile libs/graph/example/remove_edge_if_dir.cpp
|
|
compile libs/graph/example/remove_edge_if_undir.cpp
|
|
compile libs/graph/example/reverse_graph.cpp
|
|
compile libs/graph/example/strong_components.cpp
|
|
compile libs/graph/example/subgraph.cpp
|
|
compile libs/graph/example/topo_sort.cpp
|
|
compile libs/graph/example/undirected.cpp
|
|
compile libs/graph/example/vertex_basics.cpp
|
|
compile libs/graph/example/visitor.cpp
|
|
compile libs/graph/example/vector_as_graph.cpp
|