diff -r 4980b05606bd -r ae0b056593a7 lemon/Makefile.am --- a/lemon/Makefile.am Tue Nov 16 07:46:01 2010 +0100 +++ b/lemon/Makefile.am Sat Jan 08 21:59:56 2011 +0100 @@ -64,6 +64,7 @@ lemon/bucket_heap.h \ lemon/capacity_scaling.h \ lemon/cbc.h \ + lemon/christofides_tsp.h \ lemon/circulation.h \ lemon/clp.h \ lemon/color.h \ @@ -89,11 +90,13 @@ lemon/glpk.h \ lemon/gomory_hu.h \ lemon/graph_to_eps.h \ + lemon/greedy_tsp.h \ lemon/grid_graph.h \ lemon/grosso_locatelli_pullan_mc.h \ lemon/hartmann_orlin_mmc.h \ lemon/howard_mmc.h \ lemon/hypercube_graph.h \ + lemon/insertion_tsp.h \ lemon/karp_mmc.h \ lemon/kruskal.h \ lemon/hao_orlin.h \ @@ -110,7 +113,9 @@ lemon/max_cardinality_search.h \ lemon/nagamochi_ibaraki.h \ lemon/nauty_reader.h \ + lemon/nearest_neighbor_tsp.h \ lemon/network_simplex.h \ + lemon/opt2_tsp.h \ lemon/pairing_heap.h \ lemon/path.h \ lemon/planarity.h \