Update includes on mo/comparator

This commit is contained in:
Ronaldd Pinho 2019-08-17 00:25:34 -03:00
commit e9a31d2b5b
7 changed files with 16 additions and 16 deletions

View file

@ -35,8 +35,8 @@
#ifndef _moComparator_h
#define _moComparator_h
#include <EO.h>
#include <eoFunctor.h>
#include <paradiseo/eo/EO.h>
#include <paradiseo/eo/eoFunctor.h>
/**

View file

@ -35,8 +35,8 @@
#ifndef _moEqualNeighborComparator_h
#define _moEqualNeighborComparator_h
#include <neighborhood/moNeighbor.h>
#include <comparator/moNeighborComparator.h>
#include "../neighborhood/moNeighbor.h"
#include "moNeighborComparator.h"
/**
* Comparator of two neighbors : a neighbor is better if the fitness is higher or equal

View file

@ -35,7 +35,7 @@
#ifndef _moEqualSolComparator_h
#define _moEqualSolComparator_h
#include <comparator/moSolComparator.h>
#include "moSolComparator.h"
/**
* Comparator of two solutions : a neighbor is better if the fitness is higher or equal

View file

@ -35,11 +35,11 @@
#ifndef _moEqualSolNeighborComparator_h
#define _moEqualSolNeighborComparator_h
#include <EO.h>
#include <eoFunctor.h>
#include <paradiseo/eo/EO.h>
#include <paradiseo/eo/eoFunctor.h>
#include <neighborhood/moNeighbor.h>
#include <comparator/moSolNeighborComparator.h>
#include "../neighborhood/moNeighbor.h"
#include "../comparator/moSolNeighborComparator.h"
/**

View file

@ -35,8 +35,8 @@
#ifndef _moNeighborComparator_h
#define _moNeighborComparator_h
#include <neighborhood/moNeighbor.h>
#include <comparator/moComparator.h>
#include "../neighborhood/moNeighbor.h"
#include "moComparator.h"
/**
* Comparator of two neighbors

View file

@ -30,7 +30,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
#ifndef _moSolComparator_h
#define _moSolComparator_h
#include <comparator/moComparator.h>
#include "moComparator.h"
/**
* Comparator of two solutions

View file

@ -35,11 +35,11 @@
#ifndef _moSolNeighborComparator_h
#define _moSolNeighborComparator_h
#include <EO.h>
#include <eoFunctor.h>
#include <paradiseo/eo/EO.h>
#include <paradiseo/eo/eoFunctor.h>
#include <neighborhood/moNeighbor.h>
#include <comparator/moComparator.h>
#include "../neighborhood/moNeighbor.h"
#include "moComparator.h"
/**