paradiseo/trunk/paradiseo-mo
Repository files (latest commit first)
Filename Latest commit message Latest commit date
jboisson 1d94071693 In the TSP, the fitness has to be minimized ... with all the needed modification (for example, moSA.h)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@587 331e1502-861f-0410-8da2-ba01fb791d7f
2007-08-03 14:28:06 +00:00
..
doc In the TSP, the fitness has to be minimized ... with all the needed modification (for example, moSA.h) 2007-08-03 14:28:06 +00:00
src In the TSP, the fitness has to be minimized ... with all the needed modification (for example, moSA.h) 2007-08-03 14:28:06 +00:00
tutorial In the TSP, the fitness has to be minimized ... with all the needed modification (for example, moSA.h) 2007-08-03 14:28:06 +00:00
AUTHORS git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@34 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-12 14:44:59 +00:00
CMakeLists.txt new cmake config 2007-07-05 08:26:33 +00:00
mo-conf.cmake new cmake config 2007-07-05 08:26:33 +00:00
NEWS git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@34 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-12 14:44:59 +00:00
README README is updated (sorry Thomas) 2007-07-06 13:14:04 +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 ../ -DEOdir=$(EO)
    > 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) -DEOdir=$(EO)
    > make
    // for an easy-use of the provided lessons
    > make install
    // optional (if the documentation is not already available)
    > make doc

where $(EO) is the top-level directory of PARADISEO-EO,
  and $(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