Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Supply Chain Models

This repository contains a collection of simplified supply chain models that can be utilized as starting points for scaling more complex models.

How do I run the code?

The models are written in python using jupyter notebook. At the top of the python code is the import for the libraries, which you may need to install if you haven't already.

Utilize a jupyter notebook to open the ".ipynb" file. There are more details inside the notebook about the formulation, assumptions, and future model enhancements planned.

Seasonal Inventory Model with OR-Tools

This medium article on the seasonal inventory planning model provides an overview of how to use and build the model with ortools in python.