Girish Mahajan (Editor)

Dynamic lot size model

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The dynamic lot-size model in inventory theory, is a generalization of the economic order quantity model that takes into account that demand for the product varies over time. The model was introduced by Harvey M. Wagner and Thomson M. Whitin in 1958.

Contents

Problem setup

We have available a forecast of product demand dt over a relevant time horizon t=1,2,...,N (for example we might know how many widgets will be needed each week for the next 52 weeks). There is a setup cost st incurred for each order and there is an inventory holding cost it per item per period (st and it can also vary with time if desired). The problem is how many units xt to order now to minimize the sum of setup cost and inventory cost. Let me denote inventory:

I = I 0 + j = 1 t 1 x j j = 1 t 1 d j 0

The functional equation representing minimal cost policy is:

f t ( I ) = m i n x t 0 I + x t d t [ i t 1 I + H ( x t ) s t + f t + 1 ( I + x t d t ) ]

Where H() is the Heaviside step function. Wagner and Whitin proved the following four theorems:

  • There exists an optimal program such that Ixt=0; ∀t
  • There exists an optimal program such that ∀t: either xt=0 or x t = j = t k d j for some k (t≤k≤N)
  • There exists an optimal program such that if dt* is satisfied by some xt**, t**<t*, then dt, t=t**+1,...,t*-1, is also satisfied by xt**
  • Given that I = 0 for period t, it is optimal to consider periods 1 through t - 1 by themselves
  • Planning Horizon Theorem

    The precedent theorems are used in the proof of the Planning Horizon Theorem. Let

    F ( t ) = m i n [ m i n 1 j t [ s j + h = j t 1 k = h + 1 t i h d k + F ( j 1 ) ] s t + F ( t 1 ) ]

    denote the minimal cost program for periods 1 to t. If at period t* the minimum in F(t) occurs for j = t** ≤ t*, then in periods t > t* it is sufficient to consider only t** ≤ j ≤ t. In particular, if t* = t**, then it is sufficient to consider programs such that xt* > 0.

    The algorithm

    Wagner and Whitin gave an algorithm for finding the optimal solution by dynamic programming. Start with t*=1:

    1. Consider the policies of ordering at period t**, t** = 1, 2, ... , t*, and filling demands dt , t = t**, t** + 1, ... , t*, by this order
    2. Add H(xt**)st**+it**It** to the costs of acting optimally for periods 1 to t**-1 determined in the previous iteration of the algorithm
    3. From these t* alternatives, select the minimum cost policy for periods 1 through t*
    4. Proceed to period t*+1 (or stop if t*=N)

    Because this method was perceived by some as too complex, a number of authors also developed approximate heuristics (e.g., the Silver-Meal heuristic) for the problem.

    Also, the capacity constraint is not considered in the dynamic lot-size model. In this case, to find an optimal solution, an optimization model can be used, or to have a near-optimal solution, heuristic algorithms can be applied.

    References

    Dynamic lot-size model Wikipedia