top of page
The bus-driver-planning challenge

 

 

 

 - This were the requirements for the challenge: http://careers.quintiq.com/puzzle.html

 

 - A program which optimizes a bus networks,  according to the availability and the desires of the drivers as well as the other constraints.

 

 - C++ program (delivered in 3 weeks).

 

 - Algorithm using the cplex Microsoft library.

 

 - Using the algorithm of optimization and minimization.

Source codes:

 

Makefile:

 

Src (.cpp):

bottom of page