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:
parent
5ffdeb6196
commit
ad029622a0
6 changed files with 4 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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 :
|
||||
|
||||
|
|
|
|||
|
|
@ -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 :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue