Download this file
1 2 3 4 5 6 7 8 9 10 11 12
#ifndef $project_EVALUATION_H_ #define $project_EVALUATION_H_ #include "../../OptFrame/Evaluation.hpp" #include "DeltaStructure.h" using namespace optframe; typedef Evaluation<$deltaproject > Evaluation$project; #endif /*$project_EVALUATION_H_*/