equal
deleted
inserted
replaced
12 graph_orientation \ |
12 graph_orientation \ |
13 min_route \ |
13 min_route \ |
14 hello_lemon \ |
14 hello_lemon \ |
15 sub_graph_adaptor_demo \ |
15 sub_graph_adaptor_demo \ |
16 descriptor_map_demo \ |
16 descriptor_map_demo \ |
17 coloring |
17 coloring \ |
|
18 grid_graph_demo |
18 |
19 |
19 if HAVE_GLPK |
20 if HAVE_GLPK |
20 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
21 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
21 else !HAVE_GLPK |
22 else !HAVE_GLPK |
22 if HAVE_CPLEX |
23 if HAVE_CPLEX |
35 |
36 |
36 coloring_SOURCES = coloring.cc |
37 coloring_SOURCES = coloring.cc |
37 |
38 |
38 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc |
39 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc |
39 |
40 |
|
41 grid_graph_demo_SOURCES = grid_graph_demo.cc |
|
42 |
40 graph_orientation_SOURCES = graph_orientation.cc |
43 graph_orientation_SOURCES = graph_orientation.cc |
41 |
44 |
42 min_route_SOURCES = min_route.cc |
45 min_route_SOURCES = min_route.cc |
43 |
46 |
44 hello_lemon_SOURCES = hello_lemon.cc |
47 hello_lemon_SOURCES = hello_lemon.cc |