00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- 00002 00003 // "two_opt_init.cpp" 00004 00005 // (c) OPAC Team, LIFL, 2003-2006 00006 00007 /* LICENCE TEXT 00008 00009 Contact: paradiseo-help@lists.gforge.inria.fr 00010 */ 00011 00012 #include "two_opt_init.h" 00013 00014 void TwoOptInit :: operator () (TwoOpt & __move, const Route & __route) 00015 { 00016 __move.first = 0 ; 00017 __move.second = 2 ; 00018 }
1.5.2