00001 #ifndef TSP_MEMORY_H_
00002 #define TSP_MEMORY_H_
00003
00004 #include <vector>
00005 #include "../../../OptFrame/Util/printable.h"
00006
00007 #include "../../../OptFrame/Util/Matrix.hpp"
00008
00009
00010 #include <vector>
00011
00012 using namespace std;
00013
00014
00015 typedef double MemTSP;
00016
00017 #endif
00018