                PARADISEO-MOEO README FILE
=======================================================================
         check latest news at http://paradiseo.gforge.inria.fr/
=======================================================================

Welcome to ParadisEO-MOEO, the Multi-Objective Evolving Objects library.
The latest news about ParadisEO-MOEO can be found on the gforge repository at
http://paradiseo.gforge.inria.fr/
In case of any problem, please e-mail us at
paradiseo-help@lists.gforge.inria.fr


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

Go to your build-directory and run 
    > cmake -DEOdir=$(EO_SRC)
    > make
    > make doc

where $(EO_SRC) is the top-level source directory of PARADISEO-EO.

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-MOEO directory, created when unpacking.
   |
   +-- src               SOURCE directory Contains most PARADISEO-MOEO .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          APPLICATIONS - one directory per separate application.
       |
       +-- Lesson1       A bi-objective flow-shop problem example with main algorithms.
       |   |
       |   +- flowshop   Flow-shop source files
       |   |
       |   +- benchs     Instance files for testing.
       |
       |-- Lesson2       Implement NSGA-II for the SCH1 problem.

===================================================================
              NOTES
===================================================================

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