General Employee Scheduling Instance Generator

 

This section contains an instance generator for the General Employee Scheduling Problem.

 

For detailed information refer to the master thesis:

Lucas Kletzander. A Heuristic Solver Framework for the General Employee Scheduling Problem. Master Thesis, TU Wien, 2018.

Contact: lkletzan@dbai.tuwien.ac.at

 

Download the generator:

ges-instances.jar

 

To generate an instance with the JAR:

java -jar ges-instances.jar <config-file> <problem-file-name> <solution-file-name> [<random-seed>]

 

To generate multiple instances using an instruction file with the JAR:

java -cp ges-instances.jar at.ac.tuwien.dbai.ges.instances.AutoGenerator <config-directory> <instruction-file> <output-directory>

 

parameter-description.txt

config-file-example.txt

 

instruction-file-example.txt

(the first line specifies the starting seed, then each line specifies one config file and the number of instances to generate from this file)

 

source-code.zip

 

Benchmark instances and their config files