[go: up one dir, main page]

Menu

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

Download this file

16 lines (7 with data), 254 Bytes

 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_*/