00001 #ifndef TSP_EVALUATION_H_ 00002 #define TSP_EVALUATION_H_ 00003 00004 #include "../../../OptFrame/Evaluation.hpp" 00005 00006 #include "Memory.h" 00007 00008 typedef Evaluation<MemTSP> EvaluationTSP; 00009 00010 #endif /*TSP_EVALUATION_H_*/ 00011 00012 00013