An Ant Colony Optimization Algorithm For Nurse Rostering Problem
- Clone or download the repository
- Open the ACONRP.sln file with Visual Studio 2015 or later
- Run the project
The main procedure is located in "/ACONRP/ACOHandler.cs". It starts with loading the instances which are located in the subdirectory "/ACONRP/Instances/" of this repository. After this phase there is the shift pattern generation and then the ACO algorithm execution.