446. Overview

446.1. Policy dimensions

Stochastic-demand inventory policies sit at the intersection of five design choices. The choices made along these dimensions name the policy.

446.1.1. 1. Inventory review

446.1.2. 2. Order quantity

446.1.3. 3. Flexibility

446.1.4. 4. Lead time

446.1.5. 5. Demand

446.1.6. Policy comparison table

PolicyReview typeTriggerOrder size
(𝒔,𝑸) — see [q_r.typ](q_r.typ)ContinuousInventory 𝒔Fixed batch 𝑸
(𝒔,𝑺) — see [s_S.typ](s_S.typ)ContinuousInventory 𝒔Order-up-to 𝑺
(𝒏𝑸,𝒓) — see [nQ_r.typ](nQ_r.typ)ContinuousInventory 𝒓Smallest 𝑛𝑸 above 𝒓
(𝑺1,𝑺) — see [base_stock.typ](base_stock.typ)ContinuousEvery consumptionOne unit (one-for-one)
(𝑹,𝑺) — see [R_S.typ](R_S.typ)Periodic (every 𝑹)Always at reviewOrder-up-to 𝑺
(𝑹,𝒔,𝑺) — see [R_s_S.typ](R_s_S.typ)Periodic (every 𝑹)If inventory 𝒔 at reviewOrder-up-to 𝑺
(𝑹,𝒏𝑸,𝒔) — see [R_nQ_s.typ](R_nQ_s.typ)Periodic (every 𝑹)If inventory 𝒔 at reviewSmallest 𝑛𝑸 above 𝒔

A policy is named by listing its parameters in sorted order: review interval 𝑅 (if periodic), reorder point 𝑠 or 𝑟, target level 𝑆, fixed quantity 𝑄, with 𝑛 for integer multipliers.

The (s, Q) policy is also widely written (Q, r) — same thing, different naming convention. Likewise (R, s) is a family (specifies trigger but not order rule); concrete instances are (R, s, Q) and (R, s, S).