part_two_opt_init.h and part_two_opt_next.h are updated. Thanks Alex

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@202 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2007-03-02 09:01:04 +00:00
commit ad029622a0
6 changed files with 4 additions and 4 deletions

View file

@ -12,12 +12,12 @@
#ifndef part_two_opt_init_h
#define part_two_opt_init_h
#include <eoMoveInit.h>
#include <moMoveInit.h>
#include "two_opt.h"
/** It sets the first couple of edges */
class PartTwoOptInit : public eoMoveInit <TwoOpt> {
class PartTwoOptInit : public moMoveInit <TwoOpt> {
public :

View file

@ -12,11 +12,11 @@
#ifndef part_two_opt_next_h
#define part_two_opt_next_h
#include <eoNextMove.h>
#include <moNextMove.h>
#include "two_opt.h"
/** It updates a couple of edges */
class PartTwoOptNext : public eoNextMove <TwoOpt> {
class PartTwoOptNext : public moNextMove <TwoOpt> {
public :