ECF
1.7
D:
Projekt
ECF
ECF_master
ECF
tree
Tree.h
1
#ifndef Tree_h
2
#define Tree_h
3
4
#include "Tree_c.h"
5
#include "PrimitiveSet.h"
6
#include "Primitive.h"
7
#include "Terminal.h"
8
9
// primitives
10
#include "Add.h"
11
#include "Sub.h"
12
#include "Cos.h"
13
#include "Sin.h"
14
#include "Mul.h"
15
#include "Div.h"
16
#include "Pos.h"
17
#include "Neg.h"
18
#include "Max.h"
19
#include "Min.h"
20
#include "Sqrt.h"
21
#include "Log.h"
22
#include "Avg.h"
23
24
#endif
25
26
Generated on
for ECF by
1.18.0