mariowise / crewscheduling

A solution with Genetics Algorithms to Crew Scheduling Problem with Trains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A solution for the Crew Scheduling Problem of Trains with C++ and GAlib

Here is a implementation of a genetic algorithm for the crew scheduling problem over galib library for C++. To run our program you'll need to install the library and then compile the program as follow.

GALIB Installation

Download the galib247.tgz and place it in your Ubuntu. Then unpackage it and install. You'll need to remove the example 17 compilation, it gives an error.

$ tar xvfz galib247.tgz -C .
$ cd galib247/
$ nano examples/makefile // Remove the example17 of line 22
$ make
$ sudo make install

There you go!

About

A solution with Genetics Algorithms to Crew Scheduling Problem with Trains


Languages

Language:CSS 58.6%Language:PHP 36.2%Language:C++ 5.0%Language:C 0.2%