Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sproc01/shift-timetables
- Owner: Sproc01
- License: mit
- Created: 2024-02-09T15:50:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T23:07:14.000Z (about 1 month ago)
- Last Synced: 2024-11-16T00:18:11.801Z (about 1 month ago)
- Topics: cplex, cplex-optimization-solver, pyomo, python, python3
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.