paradiseo/trunk/paradiseo-mo
jboisson d6fdf10ca5 small code modifications and pdf of the lessons added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@546 331e1502-861f-0410-8da2-ba01fb791d7f
2007-07-05 12:43:05 +00:00
..
doc added new doc files 2007-07-05 11:47:05 +00:00
src removed pthread management 2007-06-29 14:38:04 +00:00
tutorial small code modifications and pdf of the lessons added 2007-07-05 12:43:05 +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 according to the new architecture 2007-07-03 09:53:59 +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:

Go to your build-directory and run
   cmake . -DEOdir=$(EO_SRC) 
   make
   //optional, for documentation if it is not already available.
   make doc

where $(EO_SRC) is the top-level source directory of ParadisEO-EO (Evoling Object), i.e. where
the sources where unpacked.

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

.../                       The MAIN PARADISEO-MO directory, created when unpacking.
   |
   +-- 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.
   |   |     |
   |   |     +- src        sources files for the lesson examples using the TSP.
   |   |     |
   |   |     +- benchs     TSP Instance files.
   |   |   
   |   +- Lesson1          How make a Hill Climbing on the TSP example.
   |   |  |
   |   |  +- build	   Repertory where the executable "hill_climbing" will be produced.	
   |   |  |
   |   |  +- src           Hill climbing sources.
   |   |
   |   +- Lesson2          How make a Tabu Search on the TSP example.
   |   |  |
   |   |  +- build	   Repertory where the executable "tabu_search" will be produced.	
   |   |  |
   |   |  +- src           Tabu search sources.
   |   | 
   |   +- Lesson3          How make a Simulated Annealing on the TSP example.
   |      |
   |      +- build	   Repertory where the executable "simulated_annealing" will be produced.	
   |      | 
   |      +- src           Simulated annealing sources.
   |
   +-- win                 All the stuff needs for the Windows version.
===================================================================
              NOTES
===================================================================

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