equal
deleted
inserted
replaced
12 demo/eps_demo \ |
12 demo/eps_demo \ |
13 demo/graph_to_eps_demo \ |
13 demo/graph_to_eps_demo \ |
14 demo/graph_orientation \ |
14 demo/graph_orientation \ |
15 demo/min_route \ |
15 demo/min_route \ |
16 demo/hello_lemon \ |
16 demo/hello_lemon \ |
|
17 demo/hello_world \ |
|
18 demo/maps_summary \ |
17 demo/sub_graph_adaptor_demo \ |
19 demo/sub_graph_adaptor_demo \ |
18 demo/descriptor_map_demo \ |
20 demo/descriptor_map_demo \ |
19 demo/coloring \ |
21 demo/coloring \ |
20 demo/grid_ugraph_demo \ |
22 demo/grid_ugraph_demo \ |
21 demo/topology_demo \ |
23 demo/topology_demo \ |
43 |
45 |
44 demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc |
46 demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc |
45 |
47 |
46 demo_coloring_SOURCES = demo/coloring.cc |
48 demo_coloring_SOURCES = demo/coloring.cc |
47 |
49 |
|
50 demo_maps_summary_SOURCES = demo/maps_summary.cc |
|
51 |
48 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
52 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
49 |
53 |
50 demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc |
54 demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc |
51 |
55 |
52 demo_graph_orientation_SOURCES = demo/graph_orientation.cc |
56 demo_graph_orientation_SOURCES = demo/graph_orientation.cc |
53 |
57 |
54 demo_min_route_SOURCES = demo/min_route.cc |
58 demo_min_route_SOURCES = demo/min_route.cc |
55 |
59 |
56 demo_hello_lemon_SOURCES = demo/hello_lemon.cc |
60 demo_hello_lemon_SOURCES = demo/hello_lemon.cc |
|
61 |
|
62 demo_hello_world_SOURCES = demo/hello_world.cc |
57 |
63 |
58 demo_sub_graph_adaptor_demo_SOURCES = \ |
64 demo_sub_graph_adaptor_demo_SOURCES = \ |
59 demo/sub_graph_adaptor_demo.cc \ |
65 demo/sub_graph_adaptor_demo.cc \ |
60 demo/tight_edge_filter_map.h |
66 demo/tight_edge_filter_map.h |
61 |
67 |