equal
deleted
inserted
replaced
40 demo/topological_ordering \ |
40 demo/topological_ordering \ |
41 demo/simann_maxcut_demo \ |
41 demo/simann_maxcut_demo \ |
42 demo/disjoint_paths_demo \ |
42 demo/disjoint_paths_demo \ |
43 demo/strongly_connected_orientation \ |
43 demo/strongly_connected_orientation \ |
44 demo/steiner_demo \ |
44 demo/steiner_demo \ |
45 demo/sat-2 \ |
45 demo/sat-2 |
46 demo/sat |
|
47 |
46 |
48 if HAVE_GLPK |
47 if HAVE_GLPK |
49 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo demo/mip_demo |
48 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo demo/mip_demo demo/sat |
50 else !HAVE_GLPK |
49 else !HAVE_GLPK |
51 if HAVE_CPLEX |
50 if HAVE_CPLEX |
52 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo |
51 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo |
53 endif HAVE_CPLEX |
52 endif HAVE_CPLEX |
54 endif !HAVE_GLPK |
53 endif !HAVE_GLPK |