A set of python programs that generate 3 different shift timetables for 3 different set of rules. This software uses cplex to solve the different optimization problem that allow to generate the shift timetables.
- The set of rules are defined in the specific model file (
Model_Agents.py
,Model_Officials.py
,Model_Radio.py
) - Possible input is in the
Input
folder - The output file resides in the
Output
folder - The file
OutputFun.py
contains the definition of a function to print the results.