00001 #ifndef TSP_NSENUMShift_HPP_ 00002 #define TSP_NSENUMShift_HPP_ 00003 00004 // Framework includes 00005 #include "../../Move.hpp" 00006 #include "../../NSEnum.hpp" 00007 #include "../../Util/NSEnumVectorShift.hpp" 00008 00009 // Own includes 00010 #include "ProblemInstance.hpp" 00011 #include "Memory.h" 00012 #include "Solution.h" 00013 00014 using namespace std; 00015 00016 typedef MoveVectorShift<int, MemTSP> MoveShiftTSP; 00017 typedef NSEnumVectorShift<int, MemTSP> NSEnumShiftTSP; 00018 00019 #endif /*TSP_NSENUMShift_HPP_*/
1.7.1