[go: up one dir, main page]

Menu

[52b7f0]: / mct / Project.tpl  Maximize  Restore  History

Download this file

15 lines (13 with data), 387 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#ifndef $project_H_
#define $project_H_
#include "PCV/SolPCV.h"
#include "PCV/ProblemaTestePCV.h"
#include "PCV/InitialPartialGreedySolutionPCV.h"
#include "PCV/EvaluationPCV.h"
#include "PCV/EvaluatorPCV.h"
#include "PCV/NSEnumSwap.h"
#include "PCV/NSEnumRealoc.h"
#include "PCV/SerializerPCV.h"
#include "PCV/PerturbationPCV.hpp"
#include "PCV/OperatorOXPCV.h"
#endif /*$project_H_*/