00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- 00002 00003 // "TwoOptIncrEval.h" 00004 00005 // (c) OPAC Team, LIFL, 2003-2006 00006 00007 /* LICENCE TEXT 00008 00009 Contact: paradiseo-help@lists.gforge.inria.fr 00010 */ 00011 00012 #ifndef two_optincr_eval_h 00013 #define two_optincr_eval_h 00014 00015 #include <moMoveIncrEval.h> 00016 #include "two_opt.h" 00017 00018 class TwoOptIncrEval : public moMoveIncrEval <TwoOpt> 00019 { 00020 00021 public : 00022 00023 float operator () (const TwoOpt & __move, const Route & __route) ; 00024 00025 } ; 00026 00027 #endif
1.5.2