Updated includes on mo/eval

This commit is contained in:
Ronaldd Pinho 2019-08-17 16:56:41 -03:00
commit fe44948a58
8 changed files with 13 additions and 13 deletions

View file

@ -35,8 +35,8 @@
#ifndef moDoubleIncrEvaluation_H #ifndef moDoubleIncrEvaluation_H
#define moDoubleIncrEvaluation_H #define moDoubleIncrEvaluation_H
#include <eval/moNeighborhoodEvaluation.h> #include "moNeighborhoodEvaluation.h"
#include <continuator/moUpdater.h> #include "../continuator/moUpdater.h"
/** /**
* Base class for the double incremental evaluation of the neighborhood * Base class for the double incremental evaluation of the neighborhood

View file

@ -35,8 +35,8 @@
#ifndef moDoubleIncrNeighborhoodEval_H #ifndef moDoubleIncrNeighborhoodEval_H
#define moDoubleIncrNeighborhoodEval_H #define moDoubleIncrNeighborhoodEval_H
#include <eval/moEval.h> #include "moEval.h"
#include <eval/moDoubleIncrEvaluation.h> #include "moDoubleIncrEvaluation.h"
/** /**
* Evaluation of a neighbor from the full evaluation f the neighborhood * Evaluation of a neighbor from the full evaluation f the neighborhood

View file

@ -30,7 +30,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
#ifndef _moDummyEval_h #ifndef _moDummyEval_h
#define _moDummyEval_h #define _moDummyEval_h
#include <eval/moEval.h> #include "moEval.h"
/** /**
* Dummy Evaluation function * Dummy Evaluation function

View file

@ -35,7 +35,7 @@
#ifndef moEval_H #ifndef moEval_H
#define moEval_H #define moEval_H
#include <eoFunctor.h> #include <paradiseo/eo/eoFunctor.h>
/** /**
* Abstract class for the evaluation * Abstract class for the evaluation

View file

@ -30,8 +30,8 @@ Contact: paradiseo-help@lists.gforge.inria.fr
#ifndef _moEvalCounter_h #ifndef _moEvalCounter_h
#define _moEvalCounter_h #define _moEvalCounter_h
#include <eval/moEval.h> #include "moEval.h"
#include <utils/eoParam.h> #include <paradiseo/eo/utils/eoParam.h>
/** /**
Counts the number of neighbor evaluations actually performed, Counts the number of neighbor evaluations actually performed,

View file

@ -35,8 +35,8 @@
#ifndef moFullEvalByCopy_H #ifndef moFullEvalByCopy_H
#define moFullEvalByCopy_H #define moFullEvalByCopy_H
#include <eoEvalFunc.h> #include <paradiseo/eo/eoEvalFunc.h>
#include <eval/moEval.h> #include "moEval.h"
/** /**
* Evaluation by copy * Evaluation by copy

View file

@ -35,8 +35,8 @@
#ifndef moFullEvalByModif_H #ifndef moFullEvalByModif_H
#define moFullEvalByModif_H #define moFullEvalByModif_H
#include <eoEvalFunc.h> #include <paradiseo/eo/eoEvalFunc.h>
#include <eval/moEval.h> #include "moEval.h"
/** /**
* Full evaluation to use with a moBackableNeighbor * Full evaluation to use with a moBackableNeighbor

View file

@ -35,7 +35,7 @@
#ifndef moNeighborhoodEvaluation_H #ifndef moNeighborhoodEvaluation_H
#define moNeighborhoodEvaluation_H #define moNeighborhoodEvaluation_H
#include <eoFunctor.h> #include <paradiseo/eo/eoFunctor.h>
/** /**
* Abstract class for the evaluation * Abstract class for the evaluation