source: proiecte/GAIIA/main.h

Last change on this file was 122, checked in by (none), 14 years ago
File size: 160 bytes
Line 
1#ifndef MAIN
2#define MAIN
3
4
5#include "Evaluator.h"
6#include "Generator.h"
7#include "GeneticOperators.h"
8#include "Selection.h"
9#include "Population.h"
10
11
12#endif
Note: See TracBrowser for help on using the repository browser.