remove \r
[extl.git] / extl / intelligence / ga / ga.h
blob2347712c6b9ee39fe12f664b43fc68a7e1a929a8
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: ga.h
4 * Created: 08.11.07
5 * Updated: 08.11.07
7 * Brief: The Genetic Algorithm Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_INTELLIGENCE_GA_H
14 #define EXTL_INTELLIGENCE_GA_H
16 #ifndef __cplusplus
17 # error ga.h need be supported by c++.
18 #endif
20 /* ///////////////////////////////////////////////////////////////////////
21 * Includes
23 #include "fopti/fopti.h"
25 /* //////////////////////////////////////////////////////////////////// */
26 #endif /* EXTL_INTELLIGENCE_GA_H */
27 /* //////////////////////////////////////////////////////////////////// */