part_two_opt_next.cpp has been corrected with the right class name
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1584 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
b2cf2a8f64
commit
ffbabf3ad1
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
#include "part_two_opt_next.h"
|
#include "part_two_opt_next.h"
|
||||||
#include "graph.h"
|
#include "graph.h"
|
||||||
|
|
||||||
bool TwoOptNext :: operator () (TwoOpt & __move, const Route & __route)
|
bool PartTwoOptNext :: operator () (TwoOpt & __move, const Route & __route)
|
||||||
{
|
{
|
||||||
if (__move.first == Graph :: size () - 4 && __move.second == __move.first + 2)
|
if (__move.first == Graph :: size () - 4 && __move.second == __move.first + 2)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue