equal
deleted
inserted
replaced
10 demo/route.lgf \ |
10 demo/route.lgf \ |
11 demo/sample.lgf \ |
11 demo/sample.lgf \ |
12 demo/simann_maxcut_demo.lgf \ |
12 demo/simann_maxcut_demo.lgf \ |
13 demo/strongly_connected_orientation.lgf \ |
13 demo/strongly_connected_orientation.lgf \ |
14 demo/sub_gad_input.lgf \ |
14 demo/sub_gad_input.lgf \ |
15 demo/u_components.lgf |
15 demo/u_components.lgf \ |
16 |
16 demo/steiner.lgf |
|
17 |
17 if WANT_DEMO |
18 if WANT_DEMO |
18 |
19 |
19 noinst_PROGRAMS += \ |
20 noinst_PROGRAMS += \ |
20 demo/arg_parser_demo \ |
21 demo/arg_parser_demo \ |
21 demo/circulation_demo \ |
22 demo/circulation_demo \ |
37 demo/grid_ugraph_demo \ |
38 demo/grid_ugraph_demo \ |
38 demo/topology_demo \ |
39 demo/topology_demo \ |
39 demo/topological_ordering \ |
40 demo/topological_ordering \ |
40 demo/simann_maxcut_demo \ |
41 demo/simann_maxcut_demo \ |
41 demo/disjoint_paths_demo \ |
42 demo/disjoint_paths_demo \ |
42 demo/strongly_connected_orientation |
43 demo/strongly_connected_orientation \ |
|
44 demo/steiner_demo |
43 |
45 |
44 if HAVE_GLPK |
46 if HAVE_GLPK |
45 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo demo/mip_demo |
47 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo demo/mip_demo |
46 else !HAVE_GLPK |
48 else !HAVE_GLPK |
47 if HAVE_CPLEX |
49 if HAVE_CPLEX |
105 demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc |
107 demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc |
106 |
108 |
107 demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc |
109 demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc |
108 |
110 |
109 demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc |
111 demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc |
|
112 |
|
113 demo_steiner_demo_SOURCES=demo/steiner_demo.cc |