Download this file
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_*/