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