๐ŸญIntro to Industrial Engineering

Key Production Planning Methods

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Production planning sits at the heart of industrial engineering. It's where theory meets the factory floor. When you're tested on these methods, you're really being evaluated on your understanding of inventory management trade-offs, demand-supply synchronization, constraint identification, and waste elimination principles. These aren't isolated techniques; they form an interconnected system where the Master Production Schedule feeds into Material Requirements Planning, which connects to Capacity Requirements Planning, all while Lean and JIT philosophies shape how efficiently the whole operation runs.

Don't fall into the trap of memorizing definitions in isolation. The exam will ask you to compare methods, identify when to apply each approach, and explain the underlying logic. A question might ask why JIT fails without reliable suppliers, or how TOC differs from Lean in its improvement philosophy. You're being tested on systems thinking, not vocabulary recall. Know what problem each method solves, what inputs it requires, and how it connects to other planning tools.


Demand-Driven Scheduling Methods

These methods translate customer demand into actionable production schedules. The core principle: work backward from what customers need to determine what, when, and how much to produce.

Master Production Schedule (MPS)

The MPS is the bridge between demand and production. It converts sales forecasts and customer orders into a specific production timeline with quantities and due dates. For example, if forecasts show demand for 500 units of Product X in Week 6, the MPS locks that in as a production target.

  • Drives downstream planning by providing the primary input for MRP calculations and capacity assessments
  • Time-fenced structure protects near-term schedules from changes while allowing flexibility in longer horizons. The "frozen" zone (typically the nearest few weeks) can't be altered without senior approval, while the "flexible" zone further out accommodates demand updates.

Aggregate Planning

Aggregate planning is your medium-term capacity strategy, typically covering 3โ€“18 months. Rather than scheduling individual products, it works at the level of product families and determines optimal production rates, workforce levels, and inventory targets.

The central trade-off is chase vs. level strategy:

  • A chase strategy adjusts workforce and production rates to match demand each period, which keeps inventory low but increases hiring/firing costs.
  • A level strategy holds production steady and absorbs demand swings with inventory buffers, which stabilizes the workforce but raises holding costs.

The goal is to minimize total cost across hiring/firing, overtime, inventory holding, and stockout expenses.

Compare: MPS vs. Aggregate Planning: both address demand-supply balance, but aggregate planning operates at a higher level (product families, monthly or quarterly horizons) while MPS details specific products on weekly or daily schedules. Aggregate decisions constrain what the MPS can promise. If aggregate planning sets a workforce of 50 workers for Q2, the MPS can't schedule production that requires 70.


Material and Capacity Coordination

These methods ensure you have the right resources available at the right time. The underlying logic: production promises mean nothing if materials aren't available or machines can't handle the load.

Material Requirements Planning (MRP)

MRP calculates dependent demand, meaning the demand for components that depends on the production schedule for finished goods. It uses the Bill of Materials (BOM) to "explode" finished product requirements into component and raw material needs.

The process works backward from due dates using lead times to determine when to release purchase and production orders. If a finished product is due in Week 8 and final assembly takes 1 week, subassembly must be ready by Week 7. If that subassembly has a 2-week lead time, its order must release in Week 5.

Core equation:

Netย Requirements=Grossย Requirementsโˆ’Scheduledย Receiptsโˆ’On-Handย Inventory\text{Net Requirements} = \text{Gross Requirements} - \text{Scheduled Receipts} - \text{On-Hand Inventory}

If you need 200 units gross, have 50 on hand, and 30 already on order (scheduled receipts), your net requirement is 120 units.

Capacity Requirements Planning (CRP)

CRP validates whether MRP's planned orders are actually feasible. It converts those planned orders into labor and machine hour requirements, then compares them against available capacity at each work center.

  • Identifies bottlenecks before they cause missed deliveries. If Work Center 3 needs 160 machine hours in Week 5 but only has 120 available, CRP flags the overload.
  • Informs tactical decisions about overtime authorization, subcontracting, or schedule adjustments when capacity falls short.

Think of MRP and CRP as a pair: MRP asks "what materials do we need and when?" while CRP asks "can our facilities actually handle this plan?"

Economic Order Quantity (EOQ)

EOQ optimizes order size by finding the sweet spot between two competing costs: ordering costs (setup, processing, shipping) and holding costs (storage, insurance, capital tied up in inventory). Order too frequently and ordering costs pile up. Order too much at once and holding costs climb.

Formula:

EOQ=2DSHEOQ = \sqrt{\frac{2DS}{H}}

where DD = annual demand, SS = ordering cost per order, HH = holding cost per unit per year.

For example, if annual demand is 10,000 units, each order costs $50 to place, and holding cost is $2 per unit per year:

EOQ=2ร—10,000ร—502=500,000โ‰ˆ707ย unitsEOQ = \sqrt{\frac{2 \times 10{,}000 \times 50}{2}} = \sqrt{500{,}000} \approx 707 \text{ units}

Key assumption: EOQ assumes stable, predictable demand. It works best for independent demand items (finished goods sold directly to customers, spare parts) rather than components whose demand depends on a production schedule.

Compare: MRP vs. EOQ: MRP handles dependent demand (components needed for assemblies) with time-phased logic, while EOQ addresses independent demand (finished goods, spare parts) with steady-state assumptions. If a question describes demand that fluctuates based on a parent product's schedule, MRP is the right tool. If demand is relatively constant and independent, EOQ applies.


Pull-Based and Flow Systems

These methods minimize inventory by producing only what's needed, when it's needed. The philosophy: inventory is waste that hides problems. Reduce it to expose and solve root causes.

Just-in-Time (JIT) Production

JIT eliminates buffer inventory so that materials arrive precisely when needed, reducing holding costs and space requirements. But this lack of safety stock is a double-edged sword: quality problems and equipment failures immediately halt production because there's no buffer to absorb disruptions.

That exposure is actually intentional. JIT forces you to fix problems rather than hide them behind piles of inventory.

Operational prerequisites for JIT to work:

  • Reliable suppliers who can deliver on tight schedules
  • Short setup times (so you can switch between products quickly)
  • Consistent quality (defective parts can't be tolerated when there's no backup stock)
  • Stable, predictable production schedules

Kanban System

Kanban is the mechanism that makes pull production work on the shop floor. It uses visual signals (cards, bins, or electronic alerts) to authorize production or movement of materials only when a downstream process actually consumes inventory.

  • Controls WIP (work-in-process) levels by limiting the number of Kanban cards in circulation. Fewer cards means lower inventory. If a work center has 5 Kanban cards, it can never have more than 5 units of WIP at that station.
  • Self-regulating: if downstream demand slows, cards stop returning upstream, and production automatically pauses. No central scheduler needed for short-term shop floor control.

Production Leveling (Heijunka)

Instead of producing in large batches (all of Product A on Monday, all of Product B on Tuesday), Heijunka smooths the production mix by producing small quantities of each product repeatedly throughout the day or week.

  • Reduces the bullwhip effect by creating predictable, stable schedules. When your schedule is erratic, every supplier and upstream process amplifies those swings.
  • Enables JIT success because level schedules allow suppliers to deliver smaller, more frequent shipments reliably. If you batch everything, suppliers face feast-or-famine demand that's nearly impossible to serve just-in-time.

Compare: Kanban vs. MRP: Kanban is a decentralized pull system responding to actual consumption, while MRP is a centralized push system based on forecasted demand. Many real factories use both: MRP handles longer-term material procurement and supplier coordination, while Kanban manages day-to-day shop floor flow.


Continuous Improvement Philosophies

These frameworks guide how you systematically improve production performance. The key distinction: they differ in where they focus improvement efforts and how they define "better."

Lean Manufacturing

Lean targets the eight wastes, often remembered with the acronym DOWNTIME:

  • Defects
  • Overproduction
  • Waiting
  • Non-utilized talent
  • Transportation
  • Inventory
  • Motion
  • Extra processing

Lean uses value stream mapping to trace entire process flows and identify non-value-added activities from the customer's perspective. If a step doesn't add value the customer would pay for, it's a candidate for elimination.

Beyond tools, Lean is a cultural transformation. It requires employee engagement at every level, continuous improvement (kaizen), and respect for people. You can't just install Lean tools and walk away.

Theory of Constraints (TOC)

TOC takes a fundamentally different approach: instead of attacking waste everywhere, it identifies the single constraint (bottleneck) limiting overall system throughput and focuses all improvement efforts there. Improving a non-bottleneck won't increase total output.

The Five Focusing Steps:

  1. Identify the constraint (the resource limiting system output)
  2. Exploit it (maximize its utilization with no wasted time or capacity)
  3. Subordinate everything else to the constraint (other resources should serve the bottleneck's needs, even if they sit idle sometimes)
  4. Elevate the constraint (invest to increase its capacity if exploitation isn't enough)
  5. Repeat (once that constraint is broken, a new one emerges somewhere else)

Drum-Buffer-Rope (DBR) scheduling is TOC's production control method. The constraint sets the pace (drum), time buffers protect it from upstream disruptions, and material release (rope) is tied to the constraint's consumption rate so WIP doesn't pile up.

Compare: Lean vs. TOC: Lean attacks waste everywhere simultaneously, while TOC concentrates all improvement efforts on the current bottleneck. If a problem describes a system with one clear limiting resource, TOC logic applies. If waste exists throughout with no obvious single constraint, Lean thinking fits better.


Quick Reference Table

ConceptBest Examples
Demand translationMPS, Aggregate Planning
Material coordinationMRP, EOQ
Capacity validationCRP, TOC
Pull-based productionJIT, Kanban
Inventory optimizationEOQ, JIT, Kanban
Waste eliminationLean Manufacturing, Heijunka
Constraint managementTOC, CRP
Production smoothingHeijunka, Aggregate Planning

Self-Check Questions

  1. Which two methods both address inventory optimization but use fundamentally different demand assumptions? Explain when you'd apply each approach.

  2. How does the Master Production Schedule connect to both MRP and CRP? Trace the information flow between these three methods.

  3. Compare and contrast Lean Manufacturing and Theory of Constraints. Where would each philosophy focus improvement efforts in a production system with scattered inefficiencies versus one clear bottleneck?

  4. Why does JIT production require Heijunka (production leveling) to succeed? What happens to supplier relationships and shop floor stability without leveled schedules?

  5. A company uses MRP but experiences frequent stockouts despite accurate BOMs and lead times. What complementary method should they implement, and why? Consider both capacity and demand variability factors.