Understanding Schedule Flexibility in Project Management
Float (also called slack) refers to the amount of time that a task can be delayed without causing a delay to subsequent tasks or the project completion date.
Float is a crucial concept in project scheduling that helps identify schedule flexibility and manage resource allocation effectively.
The maximum amount of time an activity can be delayed without delaying the project completion date.
Characteristics:
The amount of time an activity can be delayed without delaying the early start of any immediately following activities.
Characteristics:
The amount of time the entire project can be delayed without missing the externally imposed completion date.
Note: Only exists if the client's deadline is later than the calculated project duration.
[Sample network diagram showing activities with ES, EF, LS, LF and float calculations]
Activities on the critical path will always have zero float (both total and free).
| Activity | Duration | ES | EF | LS | LF | Total Float | Free Float |
|---|---|---|---|---|---|---|---|
| A | 5 | 0 | 5 | 0 | 5 | 0 | 0 |
| B | 3 | 5 | 8 | 5 | 8 | 0 | 0 |
| C | 4 | 5 | 9 | 6 | 10 | 1 | 0 |
| D | 2 | 8 | 10 | 8 | 10 | 0 | 0 |
| E | 3 | 9 | 12 | 10 | 13 | 1 | 1 |
Critical Path: A → B → D (all with zero float)
Float helps project managers identify which activities can be delayed, allowing for better resource allocation to critical tasks.
Understanding float provides flexibility in scheduling non-critical activities when resources are constrained.
Activities with more float can absorb delays without impacting the project completion date.
Float calculation is essential for identifying the critical path (activities with zero float).
Understanding float helps in making informed decisions about crashing or fast-tracking activities.
A building construction project has:
Management Decision: When the electrical contractor is delayed by 1 day, the project manager knows this won't impact subsequent activities because there's 2 days of free float. However, any delay in foundation work would immediately impact the project completion date.
Question 1: If Activity X has ES=10, EF=15, LS=12, LF=17, what is its total float and free float (assuming its successor has ES=17)?
Question 2: Why might an activity have free float but no total float?
Scenario: Your project has three parallel paths with floats of 0, 2, and 5 days respectively. A 3-day delay occurs in the path with 2 days float. What is the impact on the project completion date?