equal
deleted
inserted
replaced
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 topology_demo \ |
|
20 simann_maxcut_demo |
20 |
21 |
21 if HAVE_GLPK |
22 if HAVE_GLPK |
22 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
23 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
23 else !HAVE_GLPK |
24 else !HAVE_GLPK |
24 if HAVE_CPLEX |
25 if HAVE_CPLEX |
58 lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |
59 lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |
59 |
60 |
60 descriptor_map_demo_SOURCES = descriptor_map_demo.cc |
61 descriptor_map_demo_SOURCES = descriptor_map_demo.cc |
61 |
62 |
62 topology_demo_SOURCES = topology_demo.cc |
63 topology_demo_SOURCES = topology_demo.cc |
|
64 |
|
65 simann_maxcut_demo_SOURCES = simann_maxcut_demo.cc |