Tag: PuLP

Transportation Optimization using Python “PuLP”

Assuming that Q Cells is in the process of optimizing its logistics operations, here are the key details about its current situation: 1) Q Cells operates three warehouses located in Atlanta, New Jersey, and Arizona, with inventory levels of 2075, 1500, and 1000 modules, respectively. 2) The so...

Python + PuLP: A Simple Logistics Optimization Example

The logistics example (Beer Distribution Problem) provided by the developers is a great example, however, I wanted to approach it differently. I had already determined routes and an estimated margin impact for each of the ‘routes’ or lanes. We had other constraints that require...