Updated includes on mo/eval
This commit is contained in:
parent
5ce19f52f5
commit
fe44948a58
8 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue