Python-Basic-Jupyter/Rostering/README.md

454 B

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