00001 #ifndef TSP_SOLUTION_H_ 00002 #define TSP_SOLUTION_H_ 00003 00004 #include "../../../OptFrame/Solution.hpp" 00005 #include "Representation.h" 00006 00007 typedef Solution<RepTSP> SolutionTSP; 00008 00009 #endif /*TSP_SOLUTION_H_*/ 00010