Rostering Problem files added

master
mehulnagpurkar 2020-10-25 20:26:31 +11:00
parent e986f66ff3
commit 523a627965
8 changed files with 35200 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

2
.gitignore vendored
View File

@ -111,3 +111,5 @@ dmypy.json
.ipynb_checkpoints
*/.ipynb_checkpoints/*
DataProfessionals/.DS_Store
Rostering/.DS_Store
.DS_Store

View File

@ -0,0 +1,15 @@
# Rostering Problem using Python
## DESCRIPTION
Used the PuLP package in Python to formulate and solve a simple rostering problem
## Getting Started
1. Open the jupyter notebook
2. Install the required libraries (optional)
4. Execute the code
## Data Files
1. role_optimization_final.xlsm is the excel report that contains the roster created using a pivot table
2. formulation.png is the mathematical model that was built as part of the excercise

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
Rostering/setup.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB