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