InventoryManagement/Rostering
mehulnagpurkar 89bc1a742e updated rostering logic 2021-07-13 14:57:38 +10:00
..
Original Problem.ipynb updated rostering logic 2021-07-13 14:57:38 +10:00
README.md Rostering Problem files added 2020-10-25 20:26:31 +11:00
Toastmasters.ipynb updated rostering logic 2021-07-13 14:57:38 +10:00
formulation.png Rostering Problem files added 2020-10-25 20:26:31 +11:00
role_optimization_final.csv Rostering Problem files added 2020-10-25 20:26:31 +11:00
role_optimization_final.xlsm Rostering Problem files added 2020-10-25 20:26:31 +11:00
role_optimization_final_2.csv updated rostering logic 2021-07-13 14:57:38 +10:00
role_optimization_final_2.xlsm updated rostering logic 2021-07-13 14:57:38 +10:00
setup.png Rostering Problem files added 2020-10-25 20:26:31 +11:00

README.md

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)
  3. 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