magorshunov / optimizing_costs

Linear programming (LP) algorithm that optimizes shipping costs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global Supply Chain: Optimizing for Costs Under Known Constraints Using PuLP

This notebook develops a linear programming (LP) algorithm that automates and streamlines decision-making for a supply chain system of a major retailer. I use PuLP, a linear programming modeler written in Python, to design an optimization algorithm. The retailer uses the services of five carriers. These carriers ship containers across 290 Asia-U.S. routes. The retailer would like to have software to determine which carrier should supply which route to minimize the whole operation costs while satisfying a set of constraints.

About

Linear programming (LP) algorithm that optimizes shipping costs


Languages

Language:Jupyter Notebook 100.0%