[go: up one dir, main page]

Menu

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

Download this file

15 lines (8 with data), 265 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#ifndef $project_SOLUTION_H_
#define $project_SOLUTION_H_
#include "../../OptFrame/Solution.hpp"
#include "Representation.h"
using namespace optframe;
typedef int MY_ADS;
typedef Solution<Rep$project, MY_ADS> Solution$project;
#endif /*$project_SOLUTION_H_*/