RCPSP Testing Framework
Date: 2014 – 2015

Contribution: Designer and implementer
Description: This project, which is my first work in Python, is a framework for testing algorithms designed to create robust solutions for RCPSP instances. I created it for my master thesis, which can be found by clicking "visit website" below. The system was designed to be modular, so parts can be swapped using simple command line options. Furthermore, the algorithms under study were refactored into small blocks of a few lines of code which could be combined to make the actual function. At a small cost of running time (which was not important), this greatly improved the readability and flexibility of the code.