[go: up one dir, main page]

Menu

[49ee99]: / mct / Memory.tpl  Maximize  Restore  History

Download this file

18 lines (10 with data), 250 Bytes

 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_*/