New lessons for peo : version 1.0
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@784 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
f01ef65d15
commit
d55413b5e4
16 changed files with 51 additions and 14 deletions
|
|
@ -21,6 +21,13 @@ ADD_CUSTOM_COMMAND(
|
|||
ARGS -E copy_if_different
|
||||
${ParadisEO-PEO_SOURCE_DIR}/tutorial/Lesson5/schema.xml
|
||||
${ParadisEO-PEO_BINARY_DIR}/tutorial/Lesson5)
|
||||
ADD_CUSTOM_COMMAND(
|
||||
TARGET install
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
ARGS -E copy_if_different
|
||||
${ParadisEO-PEO_SOURCE_DIR}/tutorial/Lesson5/Lesson5.pdf
|
||||
${ParadisEO-PEO_BINARY_DIR}/tutorial/Lesson5)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
|
|
|||
BIN
trunk/paradiseo-peo/tutorial/Lesson5/Lesson5.pdf
Normal file
BIN
trunk/paradiseo-peo/tutorial/Lesson5/Lesson5.pdf
Normal file
Binary file not shown.
|
|
@ -3,7 +3,7 @@
|
|||
* Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
|
||||
* (C) OPAC Team, LIFL, 2002-2007
|
||||
*
|
||||
* Sebastien Cahon, Alexandru-Adrian Tantar
|
||||
* Sebastien Cahon, Alexandru-Adrian Tantar, Clive Canape
|
||||
*
|
||||
* This software is governed by the CeCILL license under French law and
|
||||
* abiding by the rules of distribution of free software. You can use,
|
||||
|
|
@ -33,14 +33,14 @@
|
|||
* Contact: paradiseo-help@lists.gforge.inria.fr
|
||||
*
|
||||
*/
|
||||
// (c) OPAC Team, LIFL, July 2007
|
||||
// (c) OPAC Team, LIFL, 2007
|
||||
//
|
||||
// Contact: paradiseo-help@lists.gforge.inria.fr
|
||||
|
||||
// Libraries of problem
|
||||
#include "param.h"
|
||||
#include "route_init.h"
|
||||
#include "route_eval.h"
|
||||
|
||||
#include "order_xover.h"
|
||||
#include "edge_xover.h"
|
||||
#include "partial_mapped_xover.h"
|
||||
|
|
@ -60,6 +60,8 @@
|
|||
|
||||
|
||||
int main (int __argc, char * * __argv) {
|
||||
|
||||
// Example of a problem (TSP) with an hybridization
|
||||
|
||||
peo :: init (__argc, __argv);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue