demo/Makefile.am
changeset 2082 626939628b4a
parent 1979 c2992fd74dad
child 2084 59769591eb60
equal deleted inserted replaced
10:5a47aa702717 11:a62fa2c670e4
    16 	sub_graph_adaptor_demo \
    16 	sub_graph_adaptor_demo \
    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 
    23 
    23 if HAVE_GLPK
    24 if HAVE_GLPK
    24 noinst_PROGRAMS += lp_demo lp_maxflow_demo
    25 noinst_PROGRAMS += lp_demo lp_maxflow_demo
    25 else !HAVE_GLPK
    26 else !HAVE_GLPK
    26 if HAVE_CPLEX
    27 if HAVE_CPLEX
    64 descriptor_map_demo_SOURCES = descriptor_map_demo.cc
    65 descriptor_map_demo_SOURCES = descriptor_map_demo.cc
    65 
    66 
    66 topology_demo_SOURCES = topology_demo.cc
    67 topology_demo_SOURCES = topology_demo.cc
    67 
    68 
    68 simann_maxcut_demo_SOURCES = simann_maxcut_demo.cc
    69 simann_maxcut_demo_SOURCES = simann_maxcut_demo.cc
       
    70 
       
    71 disjoint_paths_demo_SOURCES = disjoint_paths.cc