[go: up one dir, main page]

Menu

[52b7f0]: / mct / main.tpl  Maximize  Restore  History

Download this file

29 lines (20 with data), 545 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// ===================================
// Main.cpp file generated by OptFrame
// Project $name
// ===================================
#include <stdlib.h>
#include <math.h>
#include <iostream>
#include "../OptFrame/Loader.hpp"
#include "$project.h"
using namespace std;
using namespace optframe;
using namespace $project;
int main(int argc, char **argv)
{
RandGen rg;
Loader<Rep$project, MY_ADS $commadproject> optframe(rg);
$projectProblemCommand pc(rg);
cout << "Program ended successfully" << endl;
return 0;
}