Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sproc01/shift-timetables

Python code that generate shift-timetable for 3 set of rules
https://github.com/sproc01/shift-timetables

cplex cplex-optimization-solver pyomo python python3

Last synced: about 1 month ago
JSON representation

Python code that generate shift-timetable for 3 set of rules

Awesome Lists containing this project

README

        

# Shift Timetables
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.

# Files explanation
- 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.