using network diagrams for Critical Path Analysis (CPA), including identification of minimum project duration and the critical path

9.3 Operations Strategy – Operations Planning & CPA

Why Do We Plan Operations?

Operations planning is like planning a road trip 🚗. You decide the route, the stops, how long each leg will take, and when you need to refuel. In business, it means deciding what to produce, when to produce it, and how to produce it so that customers get their goods on time and costs stay low. 🎯

Critical Path Analysis (CPA) – The Backbone of Project Timing

CPA is a tool that tells us the shortest possible time to finish a project and which tasks are on the “critical path” – the chain of activities that cannot be delayed without delaying the whole project. Think of it as the main highway 🛣️ that keeps the whole journey moving forward. If you slow down on that highway, the whole trip gets delayed.

Building a Simple Network Diagram

A network diagram shows tasks as boxes and arrows as dependencies. Here’s a tiny example of a project to build a custom T‑shirt:

  • Task A: Design the shirt (2 days)
  • Task B: Print the design (1 day) – can’t start until A is finished
  • Task C: Cut fabric (1 day) – can start after A is finished
  • Task D: Sew shirt (3 days) – needs B and C to be done
  • Task E: Quality check (1 day) – after D

The arrows look like this in text form:

A → B → D → E

A → C → D

Calculating Earliest and Latest Times

We fill a table with the following columns:

TaskDuration (days)PredecessorsEarliest Start (ES)Earliest Finish (EF)Latest Start (LS)Latest Finish (LF)Slack (S)
A202020
B1A23230
C1A23341
D3B, C36360
E1D67670

Key points from the table:

  • Slack (S) = LS – ES (or LF – EF). A slack of 0 means the task is on the critical path.
  • All tasks in this example have 0 slack, so the entire project is critical.
  • Minimum project duration = 7 days (EF of the final task).

Finding the Critical Path

The critical path is the sequence of tasks with zero slack. In our example:

A → B → D → E

If any of these tasks is delayed, the whole project gets delayed. Tasks C and E are “buffered” by 1 day of slack, so a small delay in C won’t affect the finish date.

Why CPA Matters for 15‑Year‑Olds

Imagine you’re planning a school carnival. You have to set up stalls, paint banners, and bake cupcakes. CPA helps you:

  • Know exactly how many days you need before the carnival.
  • Spot which tasks are “must‑do” first (critical path).
  • See where you can afford to be flexible (tasks with slack).
  • Keep the whole event on schedule, so everyone has fun! 🎉

Quick CPA Checklist

  1. List all tasks and durations.
  2. Identify dependencies (who must finish before who starts).
  3. Draw a network diagram (text arrows or simple boxes).
  4. Calculate ES, EF, LS, LF, and Slack for each task.
  5. Highlight tasks with zero slack – that’s your critical path.
  6. Sum the durations on the critical path to get the minimum project duration.

With CPA, you turn a jumble of tasks into a clear, time‑boxed plan. It’s the same skill that helps project managers, event planners, and even students plan their homework and study schedules! 📚