Learn practical skills, build real-world projects, and advance your career

Warehouse Problem

Problem Statement

Suppose that you're working as an operations manager at Amazon. You work in a smaller city so a lot of the goods have to be shipped from outside. The city has two docks from where you transfer the goods into three different warehouses located in the city. The cost of transporting 100kgs of goods at once from the two docks to the three different warehouses is shown in the chart below. The chart also shows the capacity of each warehouse.

Warehouse_Graded_Image

import pandas as pd

Step1:

Import Pyomo Enviornment