                      PARADISEO-OLD-MO README FILE
=======================================================================
         
=======================================================================

Welcome to PARADISEO-OLD-MO (Moving Objects), a part of the ParadisEO framework.

=======================================================================
                      BUILDING PARADISEO-OLD-MO
=======================================================================
The basic installation procedure goes the following:

To compile paradiseo-mo in the default directory,
go to paradiseo-mo/build/ and run:
    > cmake ../ -Dconfig=<path to the install.cmake file>
    > make
    // for an easy-use of the provided lessons
    > make install
    // optional (if the documentation is not already available)
    > make doc

To compile paradiseo-mo anywhere else, simply run:
    > cmake $(OLD-MO) -Dconfig=<path to the install.cmake file>
    > make
    // for an easy-use of the provided lessons
    > make install
    // optional (if the documentation is not already available)
    > make doc

where $(OLD-MO) is the top-level directory of PARADISEO-MO.

To clean everything, simply run
    > make clean

======================================================================
                      DIRECTORY STRUCTURE
======================================================================
After unpacking the archive file, you should end up with the following
structure:

.../                       The MAIN PARADISEO-MO directory, created when unpacking.
   |
   +-- build               Repertory where the executables will be produced.	
   |
   |
   +-- src                 SOURCE directory contains most PARADISEO-MO .h files.
   |   
   |
   +-- doc                 DOCUMENTATION directory (generated by Doxygen).
   |   |
   |   +- html             HTML files - start at index.html. 
   |   |
   |   +- latex            latex files - use to generate Postcript doc.
   |   |
   |   +- man              Unix man format documentation.
   |
   |
   +-- tutorial            TUTORIAL with lessons 
       |
       +- examples         APPLICATIONS - one directory per separate application.
       |  |
       |  +- tsp           traveling salesman problem (TSP) example sources.
       |     |
       |     +- benchs     TSP instance files.
       |
       +- HybridLesson     How make a Hybridization between a algorithm genetic and a local search.
       |   
       +- Lesson1          How make a Hill Climbing on the TSP example.
       |
       +- Lesson2          How make a Tabu Search on the TSP example.
       |  
       +- Lesson3          How make a Simulated Annealing on the TSP example.
       |
       +- Lesson4          How make a Iterated Tabu Search on the TSP example.
       |
       +- Lesson5          How make a Variable Neighbor Search on the TSP example.
       |
       +- OldLesson        Old lesson.
   
===================================================================
              NOTES
===================================================================

Mailing list : paradiseo-help@lists.gforge.inria.fr
