From 2dc84beef3d44785025014d2a633a567cb9809cf Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 5 Jul 2007 08:37:11 +0000 Subject: [PATCH] move tsp source files git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@519 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-peo/tutorial/examples/tsp/CMakeLists.txt | 9 --------- .../tutorial/examples/tsp/{src => }/city_swap.cpp | 0 .../tutorial/examples/tsp/{src => }/city_swap.h | 0 .../tutorial/examples/tsp/{src => }/data.cpp | 0 .../paradiseo-peo/tutorial/examples/tsp/{src => }/data.h | 0 .../tutorial/examples/tsp/{src => }/display.cpp | 0 .../tutorial/examples/tsp/{src => }/display.h | 0 .../examples/tsp/{src => }/display_best_route.cpp | 0 .../tutorial/examples/tsp/{src => }/display_best_route.h | 0 .../tutorial/examples/tsp/{src => }/edge_xover.cpp | 0 .../tutorial/examples/tsp/{src => }/edge_xover.h | 0 .../tutorial/examples/tsp/{src => }/merge_route_eval.cpp | 0 .../tutorial/examples/tsp/{src => }/merge_route_eval.h | 0 .../paradiseo-peo/tutorial/examples/tsp/{src => }/mix.h | 0 .../tutorial/examples/tsp/{src => }/node.cpp | 0 .../paradiseo-peo/tutorial/examples/tsp/{src => }/node.h | 0 .../tutorial/examples/tsp/{src => }/opt_route.cpp | 0 .../tutorial/examples/tsp/{src => }/opt_route.h | 0 .../tutorial/examples/tsp/{src => }/order_xover.cpp | 0 .../tutorial/examples/tsp/{src => }/order_xover.h | 0 .../tsp/{src => }/paradiseo-peo-lsn-shared.doxyfile | 0 .../tutorial/examples/tsp/{src => }/param.cpp | 0 .../tutorial/examples/tsp/{src => }/param.h | 0 .../tutorial/examples/tsp/{src => }/part_route_eval.cpp | 0 .../tutorial/examples/tsp/{src => }/part_route_eval.h | 0 .../examples/tsp/{src => }/partial_mapped_xover.cpp | 0 .../examples/tsp/{src => }/partial_mapped_xover.h | 0 .../tutorial/examples/tsp/{src => }/route.cpp | 0 .../tutorial/examples/tsp/{src => }/route.h | 0 .../tutorial/examples/tsp/{src => }/route_eval.cpp | 0 .../tutorial/examples/tsp/{src => }/route_eval.h | 0 .../tutorial/examples/tsp/{src => }/route_init.cpp | 0 .../tutorial/examples/tsp/{src => }/route_init.h | 0 .../tutorial/examples/tsp/{src => }/two_opt.cpp | 0 .../tutorial/examples/tsp/{src => }/two_opt.h | 0 .../examples/tsp/{src => }/two_opt_incr_eval.cpp | 0 .../tutorial/examples/tsp/{src => }/two_opt_incr_eval.h | 0 .../tutorial/examples/tsp/{src => }/two_opt_init.cpp | 0 .../tutorial/examples/tsp/{src => }/two_opt_init.h | 0 .../tutorial/examples/tsp/{src => }/two_opt_next.cpp | 0 .../tutorial/examples/tsp/{src => }/two_opt_next.h | 0 .../tutorial/examples/tsp/{src => }/two_opt_rand.cpp | 0 .../tutorial/examples/tsp/{src => }/two_opt_rand.h | 0 43 files changed, 9 deletions(-) delete mode 100644 trunk/paradiseo-peo/tutorial/examples/tsp/CMakeLists.txt rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/city_swap.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/city_swap.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/data.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/data.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/display.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/display.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/display_best_route.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/display_best_route.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/edge_xover.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/edge_xover.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/merge_route_eval.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/merge_route_eval.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/mix.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/node.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/node.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/opt_route.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/opt_route.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/order_xover.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/order_xover.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/paradiseo-peo-lsn-shared.doxyfile (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/param.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/param.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/part_route_eval.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/part_route_eval.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/partial_mapped_xover.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/partial_mapped_xover.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/route.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/route.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/route_eval.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/route_eval.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/route_init.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/route_init.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt_incr_eval.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt_incr_eval.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt_init.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt_init.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt_next.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt_next.h (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt_rand.cpp (100%) rename trunk/paradiseo-peo/tutorial/examples/tsp/{src => }/two_opt_rand.h (100%) diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/CMakeLists.txt b/trunk/paradiseo-peo/tutorial/examples/tsp/CMakeLists.txt deleted file mode 100644 index 24589a249..000000000 --- a/trunk/paradiseo-peo/tutorial/examples/tsp/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ - - -###################################################################################### -### 1) Where must cmake go now ? -###################################################################################### - -SUBDIRS(src) - -###################################################################################### \ No newline at end of file diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/city_swap.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/city_swap.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/city_swap.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/city_swap.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/city_swap.h b/trunk/paradiseo-peo/tutorial/examples/tsp/city_swap.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/city_swap.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/city_swap.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/data.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/data.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/data.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/data.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/data.h b/trunk/paradiseo-peo/tutorial/examples/tsp/data.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/data.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/data.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/display.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/display.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/display.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/display.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/display.h b/trunk/paradiseo-peo/tutorial/examples/tsp/display.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/display.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/display.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/display_best_route.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/display_best_route.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/display_best_route.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/display_best_route.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/display_best_route.h b/trunk/paradiseo-peo/tutorial/examples/tsp/display_best_route.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/display_best_route.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/display_best_route.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/edge_xover.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/edge_xover.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/edge_xover.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/edge_xover.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/edge_xover.h b/trunk/paradiseo-peo/tutorial/examples/tsp/edge_xover.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/edge_xover.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/edge_xover.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/merge_route_eval.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/merge_route_eval.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/merge_route_eval.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/merge_route_eval.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/merge_route_eval.h b/trunk/paradiseo-peo/tutorial/examples/tsp/merge_route_eval.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/merge_route_eval.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/merge_route_eval.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/mix.h b/trunk/paradiseo-peo/tutorial/examples/tsp/mix.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/mix.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/mix.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/node.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/node.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/node.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/node.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/node.h b/trunk/paradiseo-peo/tutorial/examples/tsp/node.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/node.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/node.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/opt_route.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/opt_route.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/opt_route.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/opt_route.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/opt_route.h b/trunk/paradiseo-peo/tutorial/examples/tsp/opt_route.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/opt_route.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/opt_route.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/order_xover.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/order_xover.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/order_xover.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/order_xover.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/order_xover.h b/trunk/paradiseo-peo/tutorial/examples/tsp/order_xover.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/order_xover.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/order_xover.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/paradiseo-peo-lsn-shared.doxyfile b/trunk/paradiseo-peo/tutorial/examples/tsp/paradiseo-peo-lsn-shared.doxyfile similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/paradiseo-peo-lsn-shared.doxyfile rename to trunk/paradiseo-peo/tutorial/examples/tsp/paradiseo-peo-lsn-shared.doxyfile diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/param.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/param.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/param.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/param.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/param.h b/trunk/paradiseo-peo/tutorial/examples/tsp/param.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/param.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/param.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/part_route_eval.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/part_route_eval.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/part_route_eval.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/part_route_eval.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/part_route_eval.h b/trunk/paradiseo-peo/tutorial/examples/tsp/part_route_eval.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/part_route_eval.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/part_route_eval.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/partial_mapped_xover.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/partial_mapped_xover.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/partial_mapped_xover.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/partial_mapped_xover.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/partial_mapped_xover.h b/trunk/paradiseo-peo/tutorial/examples/tsp/partial_mapped_xover.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/partial_mapped_xover.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/partial_mapped_xover.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/route.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/route.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/route.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/route.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/route.h b/trunk/paradiseo-peo/tutorial/examples/tsp/route.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/route.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/route.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/route_eval.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/route_eval.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/route_eval.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/route_eval.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/route_eval.h b/trunk/paradiseo-peo/tutorial/examples/tsp/route_eval.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/route_eval.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/route_eval.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/route_init.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/route_init.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/route_init.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/route_init.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/route_init.h b/trunk/paradiseo-peo/tutorial/examples/tsp/route_init.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/route_init.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/route_init.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt.h b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_incr_eval.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_incr_eval.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_incr_eval.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_incr_eval.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_incr_eval.h b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_incr_eval.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_incr_eval.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_incr_eval.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_init.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_init.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_init.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_init.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_init.h b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_init.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_init.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_init.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_next.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_next.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_next.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_next.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_next.h b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_next.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_next.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_next.h diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_rand.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_rand.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_rand.cpp rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_rand.cpp diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_rand.h b/trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_rand.h similarity index 100% rename from trunk/paradiseo-peo/tutorial/examples/tsp/src/two_opt_rand.h rename to trunk/paradiseo-peo/tutorial/examples/tsp/two_opt_rand.h