The client, a prominent cement company, operates three plants located in Rajasthan, Madhya Pradesh, and Karnataka. They supply three types of cement to over 1,000 sub-districts across India. Currently, the company manages 100 depots that distribute cement to dealers via a combination of rail and road networks. However, due to recent inorganic expansion, the company is now encountering several issues including;
To address these challenges, the company needs to optimize its supply chain and identify cost-saving opportunities. A mathematical network optimization model has been developed to determine the optimal locations for new depots, aiming to minimize logistics costs and improve overall efficiency.
From / To | Depot | Rail Depot | Sub-districts |
---|---|---|---|
Plant | > 100 km | > 100 km | <= 100 km |
Depot | X | X | <= 30 km |
Rail Depot | >= 30 km | X | <= 30 km |
To formulate the mathematical representation of the transportation costs based on your scenario, we can define the costs and distances as follows:
As shown in the previous diagram we assume a specific cost when each the route is used within the distance constraints. With any extra distance covered resulting to a penalty cost. I begin by examining the scenario where all transportations are within the specified the distance limitations as case 1.
I first examine the case where the transportation of products is well within the specific limits implying no further cost results due to distance penalties. Therefore, I sum only the specified transportation cost on each route the product used before arriving at the sub-district.
Min (X * A p-d + X * B p-rh + X * Cp-c + X * Drh-c + X * Ed-c + X * Frh-d)
In case 2, I examine the scenario where due to demand in certain regions transportation distances of products exceed the serviceability limits thereby resulting in extra cost. In this case, I consider whether building an extra depot in this location will be cost-effective or using the existing network is more cost-efficient. The formula considers the sum of the fixed costs from operating within the distance limits plus a penalty unit cost α for every extra kilometer in distance covered multiplied by an Indicator whether a new depot is needed or not. Plus, the cost β for building a new depot multiplied by an Indicator whether a new depot is needed or not.
The binary Indicator for whether a new depot is needed is Iβ < ∑α * Pi. Which takes a value of 1 when the cost of a new depot β is less than the sum of the penalty costs incurred due to operating in the location and 0 otherwise.
A binary indicator PI takes a value of 1 for each extra kilometer covered outside the distance limits and zero if no further kilometer is covered. The total summation \[ \sum_{n=1}^{\infty} a_n \cdot \text{PI}_n \] represents the total penalty costs.
MIN (Sum (fixed costs) + Sum (penalty cost * penalty indicator) * new depot indicator + (new depot cost) * new depot indicator)
Let,
There are number of ways S&OP(Sales and Operations Planning) adherence can be improved. To help optimize business procedure. I would improve S&OP adherence by:
Measuring the planned quantity of tons cement expected to move through a depot within a period vs the actual quantity that moves will be an effective measure to ensure S&OP adherence. This can be expressed as a ratio of (Planned quantity of cement – Actual quantity of cement)/ Plan quantity of cement. This ratio can help create a baseline by which future planning is estimated.
Percentage On-time delivery is a good metric in measuring the overall efficiency of the cement supply chain. It will help track the rate of supplies that arrive to sub-districts on time. It is expressed as (planned tons expected in time t – actual tons in time t)/ planned tons expected in time t. This ratio measured within specified windows provided a good measure for our S&OP adherence.
Measuring how well production is able to meet plan output is key to maintain tight delivery windows. This can be expressed as a ratio of (planned production – actual production)/ planned production. This can help create a baseline by which we measure future output to ensure S&OP adherence.