1.1 --- a/demo/Makefile.am Sun Jan 29 22:06:45 2006 +0000
1.2 +++ b/demo/Makefile.am Sun Jan 29 22:07:52 2006 +0000
1.3 @@ -16,7 +16,8 @@
1.4 descriptor_map_demo \
1.5 coloring \
1.6 grid_graph_demo \
1.7 - topology_demo
1.8 + topology_demo \
1.9 + simann_maxcut_demo
1.10
1.11 if HAVE_GLPK
1.12 noinst_PROGRAMS += lp_demo lp_maxflow_demo
1.13 @@ -59,4 +60,6 @@
1.14
1.15 descriptor_map_demo_SOURCES = descriptor_map_demo.cc
1.16
1.17 -topology_demo_SOURCES = topology_demo.cc
1.18 \ No newline at end of file
1.19 +topology_demo_SOURCES = topology_demo.cc
1.20 +
1.21 +simann_maxcut_demo_SOURCES = simann_maxcut_demo.cc