diff --git a/trunk/paradiseo-mo/Makefile.am b/trunk/paradiseo-mo/Makefile.am index ccce19bd0..f691c2558 100755 --- a/trunk/paradiseo-mo/Makefile.am +++ b/trunk/paradiseo-mo/Makefile.am @@ -1,10 +1,22 @@ -SUBDIRS = docs src examples +SUBDIRS = docs src tutorial + +CXX=g++ + +AM_CXXFLAGS =\ + -Wall\ + -Werror\ + -Wno-deprecated\ + -ansi\ + -pedantic clean_all: clean_aux clean_doc -@make clean - -@(rm -rf aclocal.m4 autom4te.cache configure config.* CO* dep* INST* install-sh miss* mkins* Makefile Makefile.in;\ - cd docs; rm -rf Makefile Makefile.in; cd ../src ; rm -rf Makefile Makefile.in; cd ../examples; rm -rf Makefile Makefile.in;\ - cd tsp; rm -rf .deps/ Makefile Makefile.in; cd share ; rm -rf .deps/) + -@(rm -rf acconfig.h acinclude.m4 aclocal.m4 autom4te.cache copying install news readme stamp* texput.log authors todo;\ + rm -f configure config.* CO* dep* INST* install-sh miss* mkins* Makefile Makefile.in;\ + cd docs; rm -rf Makefile Makefile.in; cd ../src ; rm -rf Makefile Makefile.in; cd ../tutorial; rm -rf Makefile Makefile.in;\ + cd examples; rm -f Makefile Makefile.in; cd tsp ; rm -f Makefile Makefile.in; cd src ; rm -rf .deps/ Makefile Makefile.in;\ + cd ../../../Lesson1 ; rm -rf .deps/ Makefile Makefile.in; cd ../Lesson2 ; rm -rf .deps/ Makefile Makefile.in ; cd ../Lesson3 ;\ + rm -rf .deps/ Makefile Makefile.in) clean_aux: -@find . \( -name "*~" -o -name "*.old" -o -name "#*" -o -name "*.bak" \) -print -exec rm -rf \{\} \; diff --git a/trunk/paradiseo-mo/README b/trunk/paradiseo-mo/README index f9d9cb7d4..2fd0e63de 100644 --- a/trunk/paradiseo-mo/README +++ b/trunk/paradiseo-mo/README @@ -15,13 +15,9 @@ Go to your build-directory and run make make doc -where $(SRCDIR) is the top-level source directory of EO, i.e. where +where $(SRCDIR) is the top-level source directory of ParadisEO-MO, i.e. where the sources where unpacked. -In case of problems, you can read the INSTALL file - but remember this -is a standard installation file from GNU and that it contains nothing -specific about MO. - To clean everything, in the simply run make clean_all @@ -45,17 +41,27 @@ structure: | +- man Unix man format documentation. | | - +-- test TEST files - for debugging purposes only. - | - | - +-- examples APPLICATIONS - one directory per separate application. + +-- tutorial TUTORIAL with lessons | - +- tsp traveling salesman problem example with main algorithms. - | - +-benchs Instance files for testing. - | - +-share sources files. - + +-examples APPLICATIONS - one directory per separate application. + | | + | +- tsp traveling salesman problem example. + | | + | +-src sources files for the lesson examples using the tsp. + | | + | +-benchs TSP Instance files. + | + +-Lesson1 How make a Hill Climbing on the TSP example. + | | + | +-benchs TSP Instance files. + | + +-Lesson2 How make a Tabu Search on the TSP example. + | | + | +-benchs TSP Instance files. + | + +-Lesson3 How make a Simulated Annealing on the TSP example. + | + +-benchs TSP Instance files. =================================================================== NOTES =================================================================== diff --git a/trunk/paradiseo-mo/autogen.sh b/trunk/paradiseo-mo/autogen.sh index 293b7972e..0a4e95695 100755 --- a/trunk/paradiseo-mo/autogen.sh +++ b/trunk/paradiseo-mo/autogen.sh @@ -55,6 +55,12 @@ grep "^AM_GNOME_GETTEXT" $srcdir/configure.in >/dev/null && { NO_AUTOMAKE=yes } +(doxygen --version) < /dev/null > /dev/null 2>&1 || { + echo + echo "**WARNING**: You need to have \`doxygen' to generate the documentation." + echo "Download the appropriate package for your distribution," + echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" +} # if no automake, don't bother testing for aclocal test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || { diff --git a/trunk/paradiseo-mo/cleaner b/trunk/paradiseo-mo/cleaner index 5c790e775..1e5c8c5ba 100755 --- a/trunk/paradiseo-mo/cleaner +++ b/trunk/paradiseo-mo/cleaner @@ -1,4 +1,7 @@ -(rm -rf aclocal.m4 autom4te.cache configure config.* CO* dep* INST* install-sh miss* mkins* Makefile Makefile.in;\ -cd docs; rm -rf Makefile Makefile.in; cd ../src ; rm -rf Makefile Makefile.in; cd ../examples; rm -rf Makefile Makefile.in;\ -cd tsp; rm -rf .deps/ Makefile Makefile.in; cd share ; rm -rf .deps/) +(rm -rf acconfig.h acinclude.m4 aclocal.m4 autom4te.cache copying install news readme stamp* texput.log authors todo;\ +rm -f configure config.* CO* dep* INST* install-sh miss* mkins* Makefile Makefile.in;\ +cd docs; rm -rf Makefile Makefile.in; cd ../src ; rm -rf Makefile Makefile.in; cd ../tutorial; rm -rf Makefile Makefile.in;\ +cd examples; rm -f Makefile Makefile.in; cd tsp ; rm -f Makefile Makefile.in; cd src ; rm -rf .deps/ Makefile Makefile.in;\ +cd ../../../Lesson1 ; rm -rf .deps/ Makefile Makefile.in; cd ../Lesson2 ; rm -rf .deps/ Makefile Makefile.in ; cd ../Lesson3 ;\ +rm -rf .deps/ Makefile Makefile.in) find . \( -name "*~" -o -name "*.old" -o -name "#*" -o -name "*.bak" -o -name "*.o" \) -print -exec rm -rf \{\} \; diff --git a/trunk/paradiseo-mo/configure.in b/trunk/paradiseo-mo/configure.in index b1bcb2f7d..eacdfe81f 100755 --- a/trunk/paradiseo-mo/configure.in +++ b/trunk/paradiseo-mo/configure.in @@ -1,11 +1,11 @@ AC_INIT(configure.in) -AM_INIT_AUTOMAKE(mo, 0.1) +AM_INIT_AUTOMAKE(paradiseo-mo, 0.1) AC_ISC_POSIX AC_PROG_CXX AM_PROG_CC_STDC AC_HEADER_STDC -AC_CXX_HAVE_SSTREAM +#AC_CXX_HAVE_SSTREAM AC_PROG_RANLIB AC_PROG_INSTALL @@ -40,7 +40,13 @@ AC_OUTPUT([ Makefile src/Makefile docs/Makefile -examples/Makefile -examples/tsp/Makefile -examples/tsp/share/Makefile +tutorial/Makefile +tutorial/examples/Makefile +tutorial/examples/tsp/Makefile +tutorial/examples/tsp/src/Makefile +tutorial/Lesson1/Makefile +tutorial/Lesson2/Makefile +tutorial/Lesson3/Makefile ]) + +echo "Type 'make doc' for building documentation" diff --git a/trunk/paradiseo-mo/docs/html/annotated.html b/trunk/paradiseo-mo/docs/html/annotated.html index bf52bab4e..7a3fe4944 100644 --- a/trunk/paradiseo-mo/docs/html/annotated.html +++ b/trunk/paradiseo-mo/docs/html/annotated.html @@ -58,7 +58,7 @@ moTS< M >Tabu Search (TS) moTSMoveLoopExpl< M >Explorer for a Tabu Search algorithm -
Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/class_empty_selection.html b/trunk/paradiseo-mo/docs/html/class_empty_selection.html index aa1791529..639e2f5d1 100644 --- a/trunk/paradiseo-mo/docs/html/class_empty_selection.html +++ b/trunk/paradiseo-mo/docs/html/class_empty_selection.html @@ -45,7 +45,7 @@ This class is used as an exception that can be thrown if a solution selector has

Definition at line 21 of file moMoveSelect.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classes.html b/trunk/paradiseo-mo/docs/html/classes.html index 08760211d..178d00b3c 100644 --- a/trunk/paradiseo-mo/docs/html/classes.html +++ b/trunk/paradiseo-mo/docs/html/classes.html @@ -45,7 +45,7 @@ moMoveExpl   
  T  
moFirstImprSelect   moMoveIncrEval   moTabuList   
  G  
moMoveInit   moTS   moGenSolContinue   moMoveLoopExpl   moTSMoveLoopExpl   

A | B | C | E | F | G | H | I | L | M | N | R | S | T

-


Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_algo.html b/trunk/paradiseo-mo/docs/html/classmo_algo.html index 9fa5545fd..cdfcc6354 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_algo.html +++ b/trunk/paradiseo-mo/docs/html/classmo_algo.html @@ -48,7 +48,7 @@ Description of an algorithm of the mo library.

Definition at line 21 of file moAlgo.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_aspir_crit-members.html b/trunk/paradiseo-mo/docs/html/classmo_aspir_crit-members.html index ede68f3dd..4e176532f 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_aspir_crit-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_aspir_crit-members.html @@ -30,7 +30,7 @@

moAspirCrit< M > Member List

This is the complete list of members for moAspirCrit< M >, including all inherited members.

-
init()=0moAspirCrit< M > [pure virtual]


Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_aspir_crit.html b/trunk/paradiseo-mo/docs/html/classmo_aspir_crit.html index d46968aef..f10e382f8 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_aspir_crit.html +++ b/trunk/paradiseo-mo/docs/html/classmo_aspir_crit.html @@ -84,7 +84,7 @@ Implemented in moAspirCrit.h -
Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_best_impr_select-members.html b/trunk/paradiseo-mo/docs/html/classmo_best_impr_select-members.html index e64d9b6bd..205260314 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_best_impr_select-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_best_impr_select-members.html @@ -36,7 +36,7 @@ init(const Fitness &__fit)moBestImprSelect< M > [inline, virtual] operator()(M &__move, Fitness &__fit)moBestImprSelect< M > [inline] update(const M &__move, const Fitness &__fit)moBestImprSelect< M > [inline, virtual] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_best_impr_select.html b/trunk/paradiseo-mo/docs/html/classmo_best_impr_select.html index d10027026..73911ad4e 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_best_impr_select.html +++ b/trunk/paradiseo-mo/docs/html/classmo_best_impr_select.html @@ -178,7 +178,7 @@ References moBest


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_cool_sched.html b/trunk/paradiseo-mo/docs/html/classmo_cool_sched.html index 722890bc1..df5e14365 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_cool_sched.html +++ b/trunk/paradiseo-mo/docs/html/classmo_cool_sched.html @@ -50,7 +50,7 @@ It is only a description... An object that herits from this class is needed to b

Definition at line 22 of file moCoolSched.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_easy_cool_sched-members.html b/trunk/paradiseo-mo/docs/html/classmo_easy_cool_sched-members.html index a5a9e6e3d..eda80b70c 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_easy_cool_sched-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_easy_cool_sched-members.html @@ -33,7 +33,7 @@ operator()(double &__temp)moEasyCoolSched [inline] ratiomoEasyCoolSched [private] thresholdmoEasyCoolSched [private] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_easy_cool_sched.html b/trunk/paradiseo-mo/docs/html/classmo_easy_cool_sched.html index 612006389..4e38843d4 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_easy_cool_sched.html +++ b/trunk/paradiseo-mo/docs/html/classmo_easy_cool_sched.html @@ -140,7 +140,7 @@ References ratio


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_first_impr_select-members.html b/trunk/paradiseo-mo/docs/html/classmo_first_impr_select-members.html index 1655e7738..9ce7a8ce5 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_first_impr_select-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_first_impr_select-members.html @@ -38,7 +38,7 @@ update(const M &__move, const typename M::EOType::Fitness &__fit)moFirstImprSelect< M > [inline] moMoveSelect::update(const M &__move, const Fitness &__fit)=0moMoveSelect< M > [pure virtual] validmoFirstImprSelect< M > [private] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_first_impr_select.html b/trunk/paradiseo-mo/docs/html/classmo_first_impr_select.html index 4ad149f57..288256efe 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_first_impr_select.html +++ b/trunk/paradiseo-mo/docs/html/classmo_first_impr_select.html @@ -209,7 +209,7 @@ References moFir


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_gen_sol_continue-members.html b/trunk/paradiseo-mo/docs/html/classmo_gen_sol_continue-members.html index a1ebc9ec9..1d116e9d8 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_gen_sol_continue-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_gen_sol_continue-members.html @@ -34,7 +34,7 @@ moGenSolContinue(unsigned __maxNumGen)moGenSolContinue< EOT > [inline] numGenmoGenSolContinue< EOT > [private] operator()(const EOT &__sol)moGenSolContinue< EOT > [inline] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_gen_sol_continue.html b/trunk/paradiseo-mo/docs/html/classmo_gen_sol_continue.html index f45267bf7..9b0f5ecb7 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_gen_sol_continue.html +++ b/trunk/paradiseo-mo/docs/html/classmo_gen_sol_continue.html @@ -169,7 +169,7 @@ References moGenS


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_h_c-members.html b/trunk/paradiseo-mo/docs/html/classmo_h_c-members.html index ddda755f8..c892afdcd 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_h_c-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_h_c-members.html @@ -36,7 +36,7 @@ moHC(moMoveExpl< M > &__move_expl, eoEvalFunc< EOT > &__full_eval)moHC< M > [inline] move_explmoHC< M > [private] operator()(EOT &__sol)moHC< M > [inline] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_h_c.html b/trunk/paradiseo-mo/docs/html/classmo_h_c.html index 960e2c9a2..807defc87 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_h_c.html +++ b/trunk/paradiseo-mo/docs/html/classmo_h_c.html @@ -223,7 +223,7 @@ References moHC< M >::fu


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_h_c_move_loop_expl-members.html b/trunk/paradiseo-mo/docs/html/classmo_h_c_move_loop_expl-members.html index 6826a057e..a3ef12e92 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_h_c_move_loop_expl-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_h_c_move_loop_expl-members.html @@ -37,7 +37,7 @@ move_selectmoHCMoveLoopExpl< M > [private] next_movemoHCMoveLoopExpl< M > [private] operator()(const EOT &__old_sol, EOT &__new_sol)moHCMoveLoopExpl< M > [inline] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_h_c_move_loop_expl.html b/trunk/paradiseo-mo/docs/html/classmo_h_c_move_loop_expl.html index cb0ea71e9..300eda5db 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_h_c_move_loop_expl.html +++ b/trunk/paradiseo-mo/docs/html/classmo_h_c_move_loop_expl.html @@ -187,7 +187,7 @@ References moHC


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_impr_best_fit_aspir_crit-members.html b/trunk/paradiseo-mo/docs/html/classmo_impr_best_fit_aspir_crit-members.html index 0a2dcd69d..d8eaec69a 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_impr_best_fit_aspir_crit-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_impr_best_fit_aspir_crit-members.html @@ -35,7 +35,7 @@ init()moImprBestFitAspirCrit< M > [inline, virtual] moImprBestFitAspirCrit()moImprBestFitAspirCrit< M > [inline] operator()(const M &__move, const Fitness &__fit)moImprBestFitAspirCrit< M > [inline] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_impr_best_fit_aspir_crit.html b/trunk/paradiseo-mo/docs/html/classmo_impr_best_fit_aspir_crit.html index 875bac9d3..36c1a8068 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_impr_best_fit_aspir_crit.html +++ b/trunk/paradiseo-mo/docs/html/classmo_impr_best_fit_aspir_crit.html @@ -125,7 +125,7 @@ References moImprBestFitAspirCrit.h -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_it_rand_next_move-members.html b/trunk/paradiseo-mo/docs/html/classmo_it_rand_next_move-members.html index 48932779b..d54d6f6c8 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_it_rand_next_move-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_it_rand_next_move-members.html @@ -35,7 +35,7 @@ num_itermoItRandNextMove< M > [private] operator()(M &__move, const EOT &__sol)moItRandNextMove< M > [inline] rand_movemoItRandNextMove< M > [private] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_it_rand_next_move.html b/trunk/paradiseo-mo/docs/html/classmo_it_rand_next_move.html index 4a81fc160..578bd248f 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_it_rand_next_move.html +++ b/trunk/paradiseo-mo/docs/html/classmo_it_rand_next_move.html @@ -167,7 +167,7 @@ References moItR


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_l_s_check_point-members.html b/trunk/paradiseo-mo/docs/html/classmo_l_s_check_point-members.html index b24a35c42..f4e0bbda7 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_l_s_check_point-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_l_s_check_point-members.html @@ -32,7 +32,7 @@ add(eoBF< const M &, const typename M::EOType &, void > &__f)moLSCheckPoint< M > [inline] funcmoLSCheckPoint< M > [private] operator()(const M &__move, const typename M::EOType &__sol)moLSCheckPoint< M > [inline] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_l_s_check_point.html b/trunk/paradiseo-mo/docs/html/classmo_l_s_check_point.html index 703ec8e0e..f4b2f3147 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_l_s_check_point.html +++ b/trunk/paradiseo-mo/docs/html/classmo_l_s_check_point.html @@ -140,7 +140,7 @@ References moLSChe


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_move-members.html b/trunk/paradiseo-mo/docs/html/classmo_move-members.html index 04e86683d..c75f8953a 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_move-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_move-members.html @@ -30,7 +30,7 @@

moMove< EOT > Member List

This is the complete list of members for moMove< EOT >, including all inherited members.

-
EOType typedefmoMove< EOT >


Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_move.html b/trunk/paradiseo-mo/docs/html/classmo_move.html index 0e38c40d1..b27a76070 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_move.html +++ b/trunk/paradiseo-mo/docs/html/classmo_move.html @@ -53,7 +53,7 @@ A move transforms a solution to another close solution. It describes how a solut

Definition at line 23 of file moMove.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_move_expl.html b/trunk/paradiseo-mo/docs/html/classmo_move_expl.html index 07cd7dd61..2c165f99b 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_move_expl.html +++ b/trunk/paradiseo-mo/docs/html/classmo_move_expl.html @@ -55,7 +55,7 @@ Only a description...See moMove

Definition at line 21 of file moMoveExpl.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_move_incr_eval.html b/trunk/paradiseo-mo/docs/html/classmo_move_incr_eval.html index 73c319665..570e9b7b8 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_move_incr_eval.html +++ b/trunk/paradiseo-mo/docs/html/classmo_move_incr_eval.html @@ -48,7 +48,7 @@ From a move and a solution, it computes a new fitness that could be associated t

Definition at line 24 of file moMoveIncrEval.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_move_init.html b/trunk/paradiseo-mo/docs/html/classmo_move_init.html index e1ccb744e..01718ead9 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_move_init.html +++ b/trunk/paradiseo-mo/docs/html/classmo_move_init.html @@ -48,7 +48,7 @@ Class which allows to initiase a move. Only a description... An object that heri

Definition at line 22 of file moMoveInit.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_move_loop_expl.html b/trunk/paradiseo-mo/docs/html/classmo_move_loop_expl.html index dd24761e9..b16126b31 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_move_loop_expl.html +++ b/trunk/paradiseo-mo/docs/html/classmo_move_loop_expl.html @@ -55,7 +55,7 @@ Only a description... moHCM

Definition at line 21 of file moMoveLoopExpl.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_move_select-members.html b/trunk/paradiseo-mo/docs/html/classmo_move_select-members.html index 30d632d1e..9ca8036b3 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_move_select-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_move_select-members.html @@ -32,7 +32,7 @@ Fitness typedefmoMoveSelect< M > init(const Fitness &__fit)=0moMoveSelect< M > [pure virtual] update(const M &__move, const Fitness &__fit)=0moMoveSelect< M > [pure virtual] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_move_select.html b/trunk/paradiseo-mo/docs/html/classmo_move_select.html index e9ff015c0..9f4177431 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_move_select.html +++ b/trunk/paradiseo-mo/docs/html/classmo_move_select.html @@ -142,7 +142,7 @@ Implemented in moMoveSelect.h -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_next_move.html b/trunk/paradiseo-mo/docs/html/classmo_next_move.html index 98849173e..13bc051bf 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_next_move.html +++ b/trunk/paradiseo-mo/docs/html/classmo_next_move.html @@ -53,7 +53,7 @@ Useful for the explorer (for moTS or <

Definition at line 22 of file moNextMove.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_no_aspir_crit-members.html b/trunk/paradiseo-mo/docs/html/classmo_no_aspir_crit-members.html index 4b496d5c4..85295b9e2 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_no_aspir_crit-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_no_aspir_crit-members.html @@ -31,7 +31,7 @@

moNoAspirCrit< M > Member List

This is the complete list of members for moNoAspirCrit< M >, including all inherited members.

-
init()moNoAspirCrit< M > [inline, private, virtual]
operator()(const M &__move, const typename M::EOType::Fitness &__sol)moNoAspirCrit< M > [inline, private]


Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_no_aspir_crit.html b/trunk/paradiseo-mo/docs/html/classmo_no_aspir_crit.html index e92889ed9..c4a8320cc 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_no_aspir_crit.html +++ b/trunk/paradiseo-mo/docs/html/classmo_no_aspir_crit.html @@ -131,7 +131,7 @@ Definition at line 4


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_rand_impr_select-members.html b/trunk/paradiseo-mo/docs/html/classmo_rand_impr_select-members.html index 7fc1baadd..f1721eed3 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_rand_impr_select-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_rand_impr_select-members.html @@ -36,7 +36,7 @@ update(const M &__move, const Fitness &__fit)moRandImprSelect< M > [inline, virtual] vect_better_fitmoRandImprSelect< M > [private] vect_better_movesmoRandImprSelect< M > [private] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_rand_impr_select.html b/trunk/paradiseo-mo/docs/html/classmo_rand_impr_select.html index 2de1b2343..cb8b36828 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_rand_impr_select.html +++ b/trunk/paradiseo-mo/docs/html/classmo_rand_impr_select.html @@ -214,7 +214,7 @@ References moRand


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_rand_move.html b/trunk/paradiseo-mo/docs/html/classmo_rand_move.html index 35da2f7f9..d006d8d44 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_rand_move.html +++ b/trunk/paradiseo-mo/docs/html/classmo_rand_move.html @@ -48,7 +48,7 @@ Only a description... An object that herits from this class needs to be designed

Definition at line 21 of file moRandMove.h.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_s_a-members.html b/trunk/paradiseo-mo/docs/html/classmo_s_a-members.html index 440297e5a..20fa23bec 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_s_a-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_s_a-members.html @@ -39,7 +39,7 @@ moSA(moRandMove< M > &__move_rand, moMoveIncrEval< M > &__incr_eval, moSolContinue< EOT > &__cont, double __init_temp, moCoolSched &__cool_sched, eoEvalFunc< EOT > &__full_eval)moSA< M > [inline] move_randmoSA< M > [private] operator()(EOT &__sol)moSA< M > [inline] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_s_a.html b/trunk/paradiseo-mo/docs/html/classmo_s_a.html index 199d98b0c..783a27f00 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_s_a.html +++ b/trunk/paradiseo-mo/docs/html/classmo_s_a.html @@ -201,7 +201,7 @@ References moSA< M >::co


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_sol_continue-members.html b/trunk/paradiseo-mo/docs/html/classmo_sol_continue-members.html index 6855b6ccc..4f5721cf8 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_sol_continue-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_sol_continue-members.html @@ -30,7 +30,7 @@

moSolContinue< EOT > Member List

This is the complete list of members for moSolContinue< EOT >, including all inherited members.

-
init()=0moSolContinue< EOT > [pure virtual]


Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_sol_continue.html b/trunk/paradiseo-mo/docs/html/classmo_sol_continue.html index 78c7a1281..2e762b92a 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_sol_continue.html +++ b/trunk/paradiseo-mo/docs/html/classmo_sol_continue.html @@ -83,7 +83,7 @@ Implemented in moSolContinue.h -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_t_s-members.html b/trunk/paradiseo-mo/docs/html/classmo_t_s-members.html index 89421135e..ddd261cff 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_t_s-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_t_s-members.html @@ -39,7 +39,7 @@ move_explmoTS< M > [private] mutexmoTS< M > [private, static] operator()(EOT &__sol)moTS< M > [inline] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_t_s.html b/trunk/paradiseo-mo/docs/html/classmo_t_s.html index 5275a08a6..63b3c3eac 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_t_s.html +++ b/trunk/paradiseo-mo/docs/html/classmo_t_s.html @@ -261,7 +261,7 @@ References moTS< M >::co


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_t_s_move_loop_expl-members.html b/trunk/paradiseo-mo/docs/html/classmo_t_s_move_loop_expl-members.html index 44dfc3a9d..215fef0eb 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_t_s_move_loop_expl-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_t_s_move_loop_expl-members.html @@ -39,7 +39,7 @@ next_movemoTSMoveLoopExpl< M > [private] operator()(const EOT &__old_sol, EOT &__new_sol)moTSMoveLoopExpl< M > [inline] tabu_listmoTSMoveLoopExpl< M > [private] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_t_s_move_loop_expl.html b/trunk/paradiseo-mo/docs/html/classmo_t_s_move_loop_expl.html index b2bbf35b2..c209b3057 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_t_s_move_loop_expl.html +++ b/trunk/paradiseo-mo/docs/html/classmo_t_s_move_loop_expl.html @@ -205,7 +205,7 @@ References moTS


The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_tabu_list-members.html b/trunk/paradiseo-mo/docs/html/classmo_tabu_list-members.html index 36e8aa0a7..a5a45179f 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_tabu_list-members.html +++ b/trunk/paradiseo-mo/docs/html/classmo_tabu_list-members.html @@ -33,7 +33,7 @@ EOT typedefmoTabuList< M > init()=0moTabuList< M > [pure virtual] update()=0moTabuList< M > [pure virtual] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/classmo_tabu_list.html b/trunk/paradiseo-mo/docs/html/classmo_tabu_list.html index 3bef24692..184224785 100644 --- a/trunk/paradiseo-mo/docs/html/classmo_tabu_list.html +++ b/trunk/paradiseo-mo/docs/html/classmo_tabu_list.html @@ -150,7 +150,7 @@ Can be useful if the data structure needs to be allocated before being used.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/files.html b/trunk/paradiseo-mo/docs/html/files.html index 9ece768bf..ff474b22f 100644 --- a/trunk/paradiseo-mo/docs/html/files.html +++ b/trunk/paradiseo-mo/docs/html/files.html @@ -52,7 +52,7 @@ moTS.h [code] moTSMoveLoopExpl.h [code] -
Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
diff --git a/trunk/paradiseo-mo/docs/html/functions.html b/trunk/paradiseo-mo/docs/html/functions.html index e67211508..7b44ada86 100644 --- a/trunk/paradiseo-mo/docs/html/functions.html +++ b/trunk/paradiseo-mo/docs/html/functions.html @@ -228,7 +228,7 @@ Here is a list of all documented class members with links to the class documenta
  • vect_better_moves : moRandImprSelect< M > -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/functions_func.html b/trunk/paradiseo-mo/docs/html/functions_func.html index 94ce52eac..3b9e9eb90 100644 --- a/trunk/paradiseo-mo/docs/html/functions_func.html +++ b/trunk/paradiseo-mo/docs/html/functions_func.html @@ -112,7 +112,7 @@ , moMoveSelect< M > , moFirstImprSelect< M > -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/functions_type.html b/trunk/paradiseo-mo/docs/html/functions_type.html index 8b56b86c7..2435447b0 100644 --- a/trunk/paradiseo-mo/docs/html/functions_type.html +++ b/trunk/paradiseo-mo/docs/html/functions_type.html @@ -61,7 +61,7 @@ , moHC< M > , moFirstImprSelect< M > -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/functions_vars.html b/trunk/paradiseo-mo/docs/html/functions_vars.html index cdffc7b0c..3258b5b4a 100644 --- a/trunk/paradiseo-mo/docs/html/functions_vars.html +++ b/trunk/paradiseo-mo/docs/html/functions_vars.html @@ -145,7 +145,7 @@
  • vect_better_moves : moRandImprSelect< M > -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/hierarchy.html b/trunk/paradiseo-mo/docs/html/hierarchy.html index 4aa4e552d..b34400e54 100644 --- a/trunk/paradiseo-mo/docs/html/hierarchy.html +++ b/trunk/paradiseo-mo/docs/html/hierarchy.html @@ -75,7 +75,7 @@
  • moTabuList< M > -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/index_8h-source.html b/trunk/paradiseo-mo/docs/html/index_8h-source.html index 638ffbb50..4ac849937 100644 --- a/trunk/paradiseo-mo/docs/html/index_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/index_8h-source.html @@ -27,7 +27,7 @@ 00024 // c-file-style: "Stroustrup" 00025 // fill-column: 80 00026 // End: -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/main.html b/trunk/paradiseo-mo/docs/html/main.html index 8763bd6f2..0ca3db448 100644 --- a/trunk/paradiseo-mo/docs/html/main.html +++ b/trunk/paradiseo-mo/docs/html/main.html @@ -32,7 +32,7 @@ Tutorial Installation The installation procedure of the package is detailed in the README file in the top-directory of the source-tree.

    Overall Design

    -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_8h-source.html index cef00799e..dab6f0f73 100644 --- a/trunk/paradiseo-mo/docs/html/mo_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_8h-source.html @@ -64,7 +64,7 @@ 00041 #include "moTSMoveLoopExpl.h" 00042 00043 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_algo_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_algo_8h-source.html index e9ee61980..5e2940983 100644 --- a/trunk/paradiseo-mo/docs/html/mo_algo_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_algo_8h-source.html @@ -44,7 +44,7 @@ 00024 }; 00025 00026 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_aspir_crit_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_aspir_crit_8h-source.html index ac228f368..07a935b02 100644 --- a/trunk/paradiseo-mo/docs/html/mo_aspir_crit_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_aspir_crit_8h-source.html @@ -51,7 +51,7 @@ 00035 }; 00036 00037 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_best_impr_select_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_best_impr_select_8h-source.html index afcfdf4b9..d28690ce6 100644 --- a/trunk/paradiseo-mo/docs/html/mo_best_impr_select_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_best_impr_select_8h-source.html @@ -92,7 +92,7 @@ 00091 }; 00092 00093 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_cool_sched_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_cool_sched_8h-source.html index e73b5d3c1..f88109ec9 100644 --- a/trunk/paradiseo-mo/docs/html/mo_cool_sched_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_cool_sched_8h-source.html @@ -44,7 +44,7 @@ 00025 }; 00026 00027 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_easy_cool_sched_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_easy_cool_sched_8h-source.html index 3c30b1f35..b7bf3081a 100644 --- a/trunk/paradiseo-mo/docs/html/mo_easy_cool_sched_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_easy_cool_sched_8h-source.html @@ -65,7 +65,7 @@ 00058 }; 00059 00060 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_first_impr_select_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_first_impr_select_8h-source.html index fb045e50b..5a4cefa69 100644 --- a/trunk/paradiseo-mo/docs/html/mo_first_impr_select_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_first_impr_select_8h-source.html @@ -99,7 +99,7 @@ 00102 }; 00103 00104 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_gen_sol_continue_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_gen_sol_continue_8h-source.html index 9be99dfe6..f5fceb2ed 100644 --- a/trunk/paradiseo-mo/docs/html/mo_gen_sol_continue_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_gen_sol_continue_8h-source.html @@ -71,7 +71,7 @@ 00067 }; 00068 00069 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_h_c_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_h_c_8h-source.html index 6ef1c520c..08d186634 100644 --- a/trunk/paradiseo-mo/docs/html/mo_h_c_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_h_c_8h-source.html @@ -125,7 +125,7 @@ 00131 }; 00132 00133 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_h_c_move_loop_expl_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_h_c_move_loop_expl_8h-source.html index 9be65925c..66828473a 100644 --- a/trunk/paradiseo-mo/docs/html/mo_h_c_move_loop_expl_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_h_c_move_loop_expl_8h-source.html @@ -108,7 +108,7 @@ 00106 }; 00107 00108 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_impr_best_fit_aspir_crit_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_impr_best_fit_aspir_crit_8h-source.html index 9ed978036..10ce89c74 100644 --- a/trunk/paradiseo-mo/docs/html/mo_impr_best_fit_aspir_crit_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_impr_best_fit_aspir_crit_8h-source.html @@ -89,7 +89,7 @@ 00082 }; 00083 00084 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_it_rand_next_move_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_it_rand_next_move_8h-source.html index e75017830..fc0b7554a 100644 --- a/trunk/paradiseo-mo/docs/html/mo_it_rand_next_move_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_it_rand_next_move_8h-source.html @@ -85,7 +85,7 @@ 00082 }; 00083 00084 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_l_s_check_point_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_l_s_check_point_8h-source.html index ec2236e1a..56caef581 100644 --- a/trunk/paradiseo-mo/docs/html/mo_l_s_check_point_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_l_s_check_point_8h-source.html @@ -73,7 +73,7 @@ 00064 }; 00065 00066 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_move_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_move_8h-source.html index 908bd0d1e..64f65fc36 100644 --- a/trunk/paradiseo-mo/docs/html/mo_move_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_move_8h-source.html @@ -47,7 +47,7 @@ 00030 }; 00031 00032 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_move_expl_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_move_expl_8h-source.html index 12b75d9fd..e287fcf49 100644 --- a/trunk/paradiseo-mo/docs/html/mo_move_expl_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_move_expl_8h-source.html @@ -47,7 +47,7 @@ 00027 }; 00028 00029 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_move_incr_eval_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_move_incr_eval_8h-source.html index c3e66f8a4..05f35f376 100644 --- a/trunk/paradiseo-mo/docs/html/mo_move_incr_eval_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_move_incr_eval_8h-source.html @@ -47,7 +47,7 @@ 00030 }; 00031 00032 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_move_init_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_move_init_8h-source.html index a92a2c1cd..2abbc5ca6 100644 --- a/trunk/paradiseo-mo/docs/html/mo_move_init_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_move_init_8h-source.html @@ -45,7 +45,7 @@ 00026 }; 00027 00028 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_move_loop_expl_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_move_loop_expl_8h-source.html index c29a48d3c..ad871dec2 100644 --- a/trunk/paradiseo-mo/docs/html/mo_move_loop_expl_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_move_loop_expl_8h-source.html @@ -44,7 +44,7 @@ 00024 }; 00025 00026 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_move_select_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_move_select_8h-source.html index 1b1399852..701540f94 100644 --- a/trunk/paradiseo-mo/docs/html/mo_move_select_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_move_select_8h-source.html @@ -65,7 +65,7 @@ 00063 }; 00064 00065 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_next_move_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_next_move_8h-source.html index b27626566..0a44fcb8a 100644 --- a/trunk/paradiseo-mo/docs/html/mo_next_move_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_next_move_8h-source.html @@ -46,7 +46,7 @@ 00027 }; 00028 00029 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_no_aspir_crit_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_no_aspir_crit_8h-source.html index b22e9aaec..82bfa51e9 100644 --- a/trunk/paradiseo-mo/docs/html/mo_no_aspir_crit_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_no_aspir_crit_8h-source.html @@ -56,7 +56,7 @@ 00046 }; 00047 00048 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_rand_impr_select_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_rand_impr_select_8h-source.html index bcb93ee1d..069592844 100644 --- a/trunk/paradiseo-mo/docs/html/mo_rand_impr_select_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_rand_impr_select_8h-source.html @@ -96,7 +96,7 @@ 00102 }; 00103 00104 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_rand_move_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_rand_move_8h-source.html index 6c35b5769..08dfeebc3 100644 --- a/trunk/paradiseo-mo/docs/html/mo_rand_move_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_rand_move_8h-source.html @@ -44,7 +44,7 @@ 00024 }; 00025 00026 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_s_a_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_s_a_8h-source.html index 2c8e9b969..ec344b5e6 100644 --- a/trunk/paradiseo-mo/docs/html/mo_s_a_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_s_a_8h-source.html @@ -147,7 +147,7 @@ 00151 }; 00152 00153 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_sol_continue_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_sol_continue_8h-source.html index 5a1bdb7ad..301a833af 100644 --- a/trunk/paradiseo-mo/docs/html/mo_sol_continue_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_sol_continue_8h-source.html @@ -47,7 +47,7 @@ 00031 }; 00032 00033 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_t_s_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_t_s_8h-source.html index e74620b75..6e55de644 100644 --- a/trunk/paradiseo-mo/docs/html/mo_t_s_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_t_s_8h-source.html @@ -167,7 +167,7 @@ 00182 template < class EOT > bool moTS < EOT >::first_time = true; 00183 00184 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_t_s_move_loop_expl_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_t_s_move_loop_expl_8h-source.html index c889bed36..7d72d399c 100644 --- a/trunk/paradiseo-mo/docs/html/mo_t_s_move_loop_expl_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_t_s_move_loop_expl_8h-source.html @@ -127,7 +127,7 @@ 00130 }; 00131 00132 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/mo_tabu_list_8h-source.html b/trunk/paradiseo-mo/docs/html/mo_tabu_list_8h-source.html index 6b4da3c2a..9bcd057d1 100644 --- a/trunk/paradiseo-mo/docs/html/mo_tabu_list_8h-source.html +++ b/trunk/paradiseo-mo/docs/html/mo_tabu_list_8h-source.html @@ -64,7 +64,7 @@ 00058 }; 00059 00060 #endif -
    Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/html/search.php b/trunk/paradiseo-mo/docs/html/search.php index 59a76f28e..caf38e36e 100644 --- a/trunk/paradiseo-mo/docs/html/search.php +++ b/trunk/paradiseo-mo/docs/html/search.php @@ -374,7 +374,7 @@ main(); ?> -
    Generated on Tue Dec 12 14:28:37 2006 for PARADISEO-MO by  +
    Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by  doxygen 1.5.1
    diff --git a/trunk/paradiseo-mo/docs/latex/doxygen.sty b/trunk/paradiseo-mo/docs/latex/doxygen.sty index 96dd3b650..94f46e468 100644 --- a/trunk/paradiseo-mo/docs/latex/doxygen.sty +++ b/trunk/paradiseo-mo/docs/latex/doxygen.sty @@ -10,8 +10,8 @@ {\fancyplain{}{\bfseries\rightmark}} \rhead[\fancyplain{}{\bfseries\leftmark}] {\fancyplain{}{\bfseries\thepage}} -\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by Doxygen }]{} -\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Tue Dec 12 14:28:36 2006 for PARADISEO-MO by Doxygen }} +\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by Doxygen }]{} +\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Mon Dec 18 15:12:36 2006 for PARADISEO-MO by Doxygen }} \cfoot{} \newenvironment{Code} {\footnotesize} diff --git a/trunk/paradiseo-mo/docs/latex/refman.tex b/trunk/paradiseo-mo/docs/latex/refman.tex index d5634331f..bcb07df38 100644 --- a/trunk/paradiseo-mo/docs/latex/refman.tex +++ b/trunk/paradiseo-mo/docs/latex/refman.tex @@ -19,7 +19,7 @@ \vspace*{1cm} {\large Generated by Doxygen 1.5.1}\\ \vspace*{0.5cm} -{\small Tue Dec 12 14:28:36 2006}\\ +{\small Mon Dec 18 15:12:36 2006}\\ \end{center} \end{titlepage} \clearemptydoublepage diff --git a/trunk/paradiseo-mo/docs/man/man3/EmptySelection.3 b/trunk/paradiseo-mo/docs/man/man3/EmptySelection.3 index 7d97b6019..726462db3 100644 --- a/trunk/paradiseo-mo/docs/man/man3/EmptySelection.3 +++ b/trunk/paradiseo-mo/docs/man/man3/EmptySelection.3 @@ -1,4 +1,4 @@ -.TH "EmptySelection" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "EmptySelection" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moAlgo.3 b/trunk/paradiseo-mo/docs/man/man3/moAlgo.3 index 15af6d254..173c15672 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moAlgo.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moAlgo.3 @@ -1,4 +1,4 @@ -.TH "moAlgo" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moAlgo" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moAspirCrit.3 b/trunk/paradiseo-mo/docs/man/man3/moAspirCrit.3 index f54d7df56..d81e22783 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moAspirCrit.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moAspirCrit.3 @@ -1,4 +1,4 @@ -.TH "moAspirCrit" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moAspirCrit" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moBestImprSelect.3 b/trunk/paradiseo-mo/docs/man/man3/moBestImprSelect.3 index 5d91e0cd8..3dc5272f0 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moBestImprSelect.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moBestImprSelect.3 @@ -1,4 +1,4 @@ -.TH "moBestImprSelect" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moBestImprSelect" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moCoolSched.3 b/trunk/paradiseo-mo/docs/man/man3/moCoolSched.3 index c913725b6..2964b2b5b 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moCoolSched.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moCoolSched.3 @@ -1,4 +1,4 @@ -.TH "moCoolSched" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moCoolSched" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moEasyCoolSched.3 b/trunk/paradiseo-mo/docs/man/man3/moEasyCoolSched.3 index 59a3c1258..98feaefe6 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moEasyCoolSched.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moEasyCoolSched.3 @@ -1,4 +1,4 @@ -.TH "moEasyCoolSched" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moEasyCoolSched" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moFirstImprSelect.3 b/trunk/paradiseo-mo/docs/man/man3/moFirstImprSelect.3 index 07d98a3f1..34ff0fa09 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moFirstImprSelect.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moFirstImprSelect.3 @@ -1,4 +1,4 @@ -.TH "moFirstImprSelect" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moFirstImprSelect" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moGenSolContinue.3 b/trunk/paradiseo-mo/docs/man/man3/moGenSolContinue.3 index ed9a68f66..1fa2a536a 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moGenSolContinue.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moGenSolContinue.3 @@ -1,4 +1,4 @@ -.TH "moGenSolContinue" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moGenSolContinue" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moHC.3 b/trunk/paradiseo-mo/docs/man/man3/moHC.3 index a366196e3..d8c42bfdb 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moHC.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moHC.3 @@ -1,4 +1,4 @@ -.TH "moHC" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moHC" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moHCMoveLoopExpl.3 b/trunk/paradiseo-mo/docs/man/man3/moHCMoveLoopExpl.3 index f2c666dca..ee0c18b89 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moHCMoveLoopExpl.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moHCMoveLoopExpl.3 @@ -1,4 +1,4 @@ -.TH "moHCMoveLoopExpl" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moHCMoveLoopExpl" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moImprBestFitAspirCrit.3 b/trunk/paradiseo-mo/docs/man/man3/moImprBestFitAspirCrit.3 index 7069197f1..0f3d5069e 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moImprBestFitAspirCrit.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moImprBestFitAspirCrit.3 @@ -1,4 +1,4 @@ -.TH "moImprBestFitAspirCrit" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moImprBestFitAspirCrit" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moItRandNextMove.3 b/trunk/paradiseo-mo/docs/man/man3/moItRandNextMove.3 index 7adaa95a8..26beb995d 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moItRandNextMove.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moItRandNextMove.3 @@ -1,4 +1,4 @@ -.TH "moItRandNextMove" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moItRandNextMove" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moLSCheckPoint.3 b/trunk/paradiseo-mo/docs/man/man3/moLSCheckPoint.3 index 3eff277d6..c54e24fec 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moLSCheckPoint.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moLSCheckPoint.3 @@ -1,4 +1,4 @@ -.TH "moLSCheckPoint" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moLSCheckPoint" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moMove.3 b/trunk/paradiseo-mo/docs/man/man3/moMove.3 index c22579b84..022132e50 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moMove.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moMove.3 @@ -1,4 +1,4 @@ -.TH "moMove" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moMove" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moMoveExpl.3 b/trunk/paradiseo-mo/docs/man/man3/moMoveExpl.3 index f3e8b88a7..ecde871cc 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moMoveExpl.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moMoveExpl.3 @@ -1,4 +1,4 @@ -.TH "moMoveExpl" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moMoveExpl" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moMoveIncrEval.3 b/trunk/paradiseo-mo/docs/man/man3/moMoveIncrEval.3 index b51454aa7..f998787e0 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moMoveIncrEval.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moMoveIncrEval.3 @@ -1,4 +1,4 @@ -.TH "moMoveIncrEval" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moMoveIncrEval" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moMoveInit.3 b/trunk/paradiseo-mo/docs/man/man3/moMoveInit.3 index d2035430f..6221051be 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moMoveInit.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moMoveInit.3 @@ -1,4 +1,4 @@ -.TH "moMoveInit" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moMoveInit" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moMoveLoopExpl.3 b/trunk/paradiseo-mo/docs/man/man3/moMoveLoopExpl.3 index 547a24343..d6eb5fb19 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moMoveLoopExpl.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moMoveLoopExpl.3 @@ -1,4 +1,4 @@ -.TH "moMoveLoopExpl" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moMoveLoopExpl" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moMoveSelect.3 b/trunk/paradiseo-mo/docs/man/man3/moMoveSelect.3 index fab45bb6c..67f1eefd4 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moMoveSelect.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moMoveSelect.3 @@ -1,4 +1,4 @@ -.TH "moMoveSelect" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moMoveSelect" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moNextMove.3 b/trunk/paradiseo-mo/docs/man/man3/moNextMove.3 index 825028744..7af40fe0b 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moNextMove.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moNextMove.3 @@ -1,4 +1,4 @@ -.TH "moNextMove" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moNextMove" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moNoAspirCrit.3 b/trunk/paradiseo-mo/docs/man/man3/moNoAspirCrit.3 index 5d2f2d5a1..30b0dfd62 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moNoAspirCrit.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moNoAspirCrit.3 @@ -1,4 +1,4 @@ -.TH "moNoAspirCrit" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moNoAspirCrit" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moRandImprSelect.3 b/trunk/paradiseo-mo/docs/man/man3/moRandImprSelect.3 index fd5c0a3ab..c84d3590f 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moRandImprSelect.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moRandImprSelect.3 @@ -1,4 +1,4 @@ -.TH "moRandImprSelect" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moRandImprSelect" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moRandMove.3 b/trunk/paradiseo-mo/docs/man/man3/moRandMove.3 index 14af664e1..c465c0d78 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moRandMove.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moRandMove.3 @@ -1,4 +1,4 @@ -.TH "moRandMove" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moRandMove" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moSA.3 b/trunk/paradiseo-mo/docs/man/man3/moSA.3 index 5eb56e911..65477d525 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moSA.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moSA.3 @@ -1,4 +1,4 @@ -.TH "moSA" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moSA" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moSolContinue.3 b/trunk/paradiseo-mo/docs/man/man3/moSolContinue.3 index 28116f39c..69931d0a5 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moSolContinue.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moSolContinue.3 @@ -1,4 +1,4 @@ -.TH "moSolContinue" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moSolContinue" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moTS.3 b/trunk/paradiseo-mo/docs/man/man3/moTS.3 index eef134f9f..3c48d5950 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moTS.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moTS.3 @@ -1,4 +1,4 @@ -.TH "moTS" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moTS" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moTSMoveLoopExpl.3 b/trunk/paradiseo-mo/docs/man/man3/moTSMoveLoopExpl.3 index ce06c80f6..b1678df56 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moTSMoveLoopExpl.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moTSMoveLoopExpl.3 @@ -1,4 +1,4 @@ -.TH "moTSMoveLoopExpl" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moTSMoveLoopExpl" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/trunk/paradiseo-mo/docs/man/man3/moTabuList.3 b/trunk/paradiseo-mo/docs/man/man3/moTabuList.3 index f822ac321..0c5ed0876 100644 --- a/trunk/paradiseo-mo/docs/man/man3/moTabuList.3 +++ b/trunk/paradiseo-mo/docs/man/man3/moTabuList.3 @@ -1,4 +1,4 @@ -.TH "moTabuList" 3 "12 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- +.TH "moTabuList" 3 "18 Dec 2006" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*- .ad l .nh .SH NAME