Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef $project_MEMORY_H_ #define $project_MEMORY_H_ #include <vector> #include "../OptFrame/Util/printable.h" #include "../OptFrame/Util/Matrix.hpp" $include using namespace std; // Solution Memory $typeproject #endif /*$project_MEMORY_H_*/