remove \r
[extl.git] / extl / intelligence / ga / fopti / fopti.h
blob9fd683f6b3a0602fce06016527732a9e874d86a8
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: fopti.h
4 * Created: 08.11.07
5 * Updated: 08.11.26
7 * Brief: The The Genetic Algoritm for Function Optimization Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_INTELLIGENCE_GA_FOPTI_H
14 #define EXTL_INTELLIGENCE_GA_FOPTI_H
16 #ifndef __cplusplus
17 # error fopti.h need be supported by c++.
18 #endif
20 /* ///////////////////////////////////////////////////////////////////////
21 * Includes
23 #ifdef EXTL_FOPTI_GA_SUPPORT
24 # include "fopti_ga.h"
25 # include "fopti_uga.h"
26 #endif
28 /* //////////////////////////////////////////////////////////////////// */
29 #endif /* EXTL_INTELLIGENCE_GA_FOPTI_H */
30 /* //////////////////////////////////////////////////////////////////// */