equal
deleted
inserted
replaced
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 grid_graph_demo \ |
|
19 topology_demo |
19 |
20 |
20 if HAVE_GLPK |
21 if HAVE_GLPK |
21 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
22 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
22 else !HAVE_GLPK |
23 else !HAVE_GLPK |
23 if HAVE_CPLEX |
24 if HAVE_CPLEX |
55 |
56 |
56 lp_maxflow_demo_SOURCES = lp_maxflow_demo.cc |
57 lp_maxflow_demo_SOURCES = lp_maxflow_demo.cc |
57 lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |
58 lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |
58 |
59 |
59 descriptor_map_demo_SOURCES = descriptor_map_demo.cc |
60 descriptor_map_demo_SOURCES = descriptor_map_demo.cc |
|
61 |
|
62 topology_demo_SOURCES = topology_demo.cc |