3.3 Schedule Management

Key Takeaways

  • The critical path is the longest sequence of activities that determines the minimum project duration — any delay on the critical path delays the project
  • Float (slack) is the amount of time an activity can be delayed without affecting the project end date — critical path activities have zero float
  • Schedule compression techniques include crashing (adding resources) and fast-tracking (performing activities in parallel)
  • Activity dependencies include Finish-to-Start (most common), Start-to-Start, Finish-to-Finish, and Start-to-Finish (least common)
  • Three-point estimating uses optimistic, most likely, and pessimistic estimates to account for uncertainty using PERT or triangular distribution
Last updated: March 2026

Schedule Management

Schedule management is one of the most quantitative topics on the CAPM exam. You need to understand activity sequencing, duration estimation, critical path analysis, and schedule compression techniques.

Schedule Management Processes

ProcessProcess GroupKey Output
Plan Schedule ManagementPlanningSchedule management plan
Define ActivitiesPlanningActivity list
Sequence ActivitiesPlanningProject schedule network diagram
Estimate Activity DurationsPlanningDuration estimates
Develop SchedulePlanningProject schedule, schedule baseline
Control ScheduleMonitoring & ControllingSchedule forecasts, change requests

Activity Dependencies (Logical Relationships)

Dependencies define the relationships between activities:

Dependency TypeAbbreviationDescriptionExample
Finish-to-Start (FS)FSB cannot start until A finishesPour concrete (A) → build walls (B)
Start-to-Start (SS)SSB cannot start until A startsWrite code (A) → write documentation (B)
Finish-to-Finish (FF)FFB cannot finish until A finishesWrite code (A) → test code (B)
Start-to-Finish (SF)SFB cannot finish until A startsNew system goes live (A) → old system shuts down (B)

Exam Tip: Finish-to-Start (FS) is the most commonly used dependency type. Start-to-Finish (SF) is the least commonly used and most confusing.

Types of Dependencies

TypeDescriptionExample
Mandatory (Hard Logic)Required by the nature of the workFoundation before walls
Discretionary (Soft Logic)Based on best practices or preferenceCan be changed if needed
ExternalDepends on factors outside the projectWaiting for government permit
InternalBetween project activitiesWithin the team's control

The Critical Path Method (CPM)

The critical path is the longest path through the project network diagram and determines the minimum project duration.

Key Concepts

  • Critical Path Activities have zero float — any delay directly delays the project
  • Non-critical activities have float (slack) — they can be delayed without affecting the project end date
  • A project can have multiple critical paths (all paths tied for longest)
  • The more critical paths, the higher the project risk

Calculating the Critical Path

To find the critical path:

  1. Identify all paths through the network
  2. Calculate the duration of each path
  3. The longest path is the critical path

Example:

PathActivitiesDuration
Path 1A → B → D → F3 + 5 + 4 + 2 = 14 days
Path 2A → C → E → F3 + 2 + 6 + 2 = 13 days
Path 3A → B → E → F3 + 5 + 6 + 2 = 16 days ← Critical Path

Critical Path = Path 3 (16 days) Float for Path 1 = 16 - 14 = 2 days Float for Path 2 = 16 - 13 = 3 days


Float (Slack)

TypeDefinition
Total FloatAmount of time an activity can be delayed without delaying the project end date
Free FloatAmount of time an activity can be delayed without delaying the early start of any successor
Project FloatDifference between the project deadline and the critical path completion date

Duration Estimating Techniques

TechniqueDescriptionBest Used When
Analogous EstimatingUses historical data from similar activitiesLimited information available (top-down)
Parametric EstimatingUses statistical relationships (e.g., cost per unit × quantity)Quantifiable work with historical parameters
Three-Point EstimatingUses optimistic (O), most likely (M), and pessimistic (P)Accounting for uncertainty
Bottom-Up EstimatingEstimates individual work packages and rolls upDetailed information available (most accurate)

Three-Point Estimates

PERT (Beta Distribution): Expected Duration = (O + 4M + P) / 6

Triangular Distribution: Expected Duration = (O + M + P) / 3

Standard Deviation (PERT): σ = (P - O) / 6


Schedule Compression Techniques

When the schedule needs to be shortened:

TechniqueHow It WorksTrade-off
CrashingAdd resources to critical path activitiesIncreases cost
Fast-TrackingPerform sequential activities in parallelIncreases risk

Exam Tip: Crashing always increases cost. Fast-tracking always increases risk. Neither technique guarantees schedule improvement, and both should target critical path activities first.

Test Your Knowledge

A project has three paths: Path A = 18 days, Path B = 22 days, Path C = 20 days. What is the critical path and the float for Path A?

A
B
C
D
Test Your Knowledge

Using PERT, what is the expected duration if the Optimistic estimate is 4 days, Most Likely is 8 days, and Pessimistic is 18 days?

A
B
C
D
Test Your Knowledge

Which schedule compression technique increases project RISK?

A
B
C
D
Test Your Knowledge

Which dependency type is the MOST commonly used in project scheduling?

A
B
C
D