26 lines
574 B
C
26 lines
574 B
C
/** @mainpage Welcome to PARADISEO-Moving Objects
|
|
|
|
@section intro Introduction
|
|
|
|
MO is an extension of the ANSI-C++ compliant evolutionary computation library EO.
|
|
<br>
|
|
It contains classes for almost any kind of one solution based heuristics.
|
|
|
|
@section tutorial Tutorial
|
|
|
|
|
|
@section install Installation
|
|
|
|
The installation procedure of the package is detailed in the
|
|
<a href="../../README">README</a> file in the top-directory of the source-tree.
|
|
|
|
@section design Overall Design
|
|
|
|
*/
|
|
|
|
|
|
// coding: iso-8859-1
|
|
// mode: C++
|
|
// c-file-style: "Stroustrup"
|
|
// fill-column: 80
|
|
// End:
|