paradiseo/trunk/paradiseo-mo
jboisson 30c1832e7d moExponentialCoolingSchedule.h has been transformed to moGeometricCoolingSchedule.h
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1303 331e1502-861f-0410-8da2-ba01fb791d7f
2008-12-17 17:32:23 +00:00
..
doc mo.doxyfile.cmake has been updated to be complient with the new version of doxygen 2008-12-16 09:37:36 +00:00
src moExponentialCoolingSchedule.h has been transformed to moGeometricCoolingSchedule.h 2008-12-17 17:32:23 +00:00
test git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1287 331e1502-861f-0410-8da2-ba01fb791d7f 2008-12-11 14:18:39 +00:00
tutorial Changed for compatibility with cmake 2.6 2008-12-03 13:56:56 +00:00
AUTHORS AUTHORS, index.h and moFitComparator have been updated 2007-09-25 14:31:28 +00:00
CMakeLists.txt Oups, the original CMakeLists has been restored 2008-03-04 08:53:23 +00:00
CTestConfig.cmake New CDash Config 2008-11-14 09:09:02 +00:00
mo-conf.cmake git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1272 331e1502-861f-0410-8da2-ba01fb791d7f 2008-12-02 13:14:30 +00:00
README licence --> license in english.. 2007-10-08 13:27:08 +00:00

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

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

=======================================================================
                      BUILDING PARADISEO-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 $(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 $(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.
       |   
       +- Lesson1          How make a Hill Climbing on the TSP example (source file and lesson_1.pdf).
       |
       +- Lesson2          How make a Tabu Search on the TSP example (source file and lesson_2.pdf).
       |  
       +- Lesson3          How make a Simulated Annealing on the TSP example (source file and lesson_3.pdf).
   
===================================================================
              NOTES
===================================================================

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