00001 #ifndef EtII_REPRESENTATION_H_ 00002 #define EtII_REPRESENTATION_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 // Solution Representation 00014 typedef Matrix<Piece> RepEtII; 00015 00016 #endif /*EtII_REPRESENTATION_H_*/ 00017
1.7.1