Requires [cmake](https://cmake.org/download/) and some C++11 or above compiler.

# Example of how to build and run in Debian systems

In the root of the folder:

```
mkdir build
cd build
cmake ..
make
./c___nsga
```
