equal
deleted
inserted
replaced
17 descriptor_map_demo \ |
17 descriptor_map_demo \ |
18 coloring \ |
18 coloring \ |
19 grid_ugraph_demo \ |
19 grid_ugraph_demo \ |
20 topology_demo \ |
20 topology_demo \ |
21 simann_maxcut_demo \ |
21 simann_maxcut_demo \ |
22 disjoint_paths_demo |
22 disjoint_paths_demo \ |
|
23 strongly_connected_orientation |
23 |
24 |
24 if HAVE_GLPK |
25 if HAVE_GLPK |
25 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
26 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
26 else !HAVE_GLPK |
27 else !HAVE_GLPK |
27 if HAVE_CPLEX |
28 if HAVE_CPLEX |
66 |
67 |
67 topology_demo_SOURCES = topology_demo.cc |
68 topology_demo_SOURCES = topology_demo.cc |
68 |
69 |
69 simann_maxcut_demo_SOURCES = simann_maxcut_demo.cc |
70 simann_maxcut_demo_SOURCES = simann_maxcut_demo.cc |
70 |
71 |
71 disjoint_paths_demo_SOURCES = disjoint_paths.cc |
72 disjoint_paths_demo_SOURCES = disjoint_paths_demo.cc |
|
73 |
|
74 strongly_connected_orientation_SOURCES = strongly_connected_orientation.cc |