paradiseo/trunk/paradiseo-mo
2006-12-19 08:41:33 +00:00
..
docs git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@74 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-19 08:31:07 +00:00
src git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@34 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-12 14:44:59 +00:00
tutorial git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@88 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-19 08:41:33 +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
autogen.sh git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@74 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-19 08:31:07 +00:00
ChangeLog git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@34 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-12 14:44:59 +00:00
cleaner git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@74 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-19 08:31:07 +00:00
configure.in git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@74 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-19 08:31:07 +00:00
Makefile.am git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@74 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-19 08:31:07 +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 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@74 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-19 08:31:07 +00:00

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

Welcome to PARADISEO-MO (Moving Objects), one of the extension of Evolving Objects library.

==================================================================
                      BUILDING MO
==================================================================
The basic installation procedure goes the following:

Go to your build-directory and run 
    $(SRCDIR)/configure
    make
    make doc

where $(SRCDIR) is the top-level source directory of ParadisEO-MO, i.e. where
the sources where unpacked.

To clean everything, in the simply run 
    make clean_all

===================================================================
                       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 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 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.
       | |
       | +-benchs        TSP Instance files.
       |
       +-Lesson2         How make a Tabu Search on the TSP example.
       | |
       | +-benchs        TSP Instance files.
       | 
       +-Lesson3         How make a Simulated Annealing on the TSP example.
         |
         +-benchs        TSP Instance files.
===================================================================
              NOTES
===================================================================

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