[go: up one dir, main page]

Menu

[b021c9]: / mct / Solution.tpl  Maximize  Restore  History

Download this file

11 lines (6 with data), 209 Bytes

1
2
3
4
5
6
7
8
9
#ifndef $project_SOLUTION_H_
#define $project_SOLUTION_H_
#include "../../OptFrame/Solution.hpp"
#include "Representation.h"
typedef Solution<Rep$project> Solution$project;
#endif /*$project_SOLUTION_H_*/