Critical events: nodes where EET = LET. Critical activities connect critical events and have zero float.
Caution: A non-critical activity can lie between two critical events. Always verify float is zero.
Critical path: sequence of activities from source to sink, e.g. A-C-G-I. Write as a path with hyphens.
Critical activities: list of activities, e.g. A, C, G, I. Write as a comma-separated list.
Minimum project duration: the EET (and LET) at the sink node.
Given early and late times at each node, identify nodes where EET = LET. Possible critical activities: A, C, G, I.
Check total float: A: 5-0-5=0; C: 12-5-7=0; G: 18-12-6=0; I: 23-18-5=0. All zero.
Critical path: A-C-G-I. Critical activities: A, C, G, I. Minimum project duration: 23 days.
Distinguish critical path (sequence, e.g. A-B-D-F) from critical activities (list, e.g. A, B, D, F).
Include dummies in forwards and backwards passes — they have duration 0.
If all activities have the same unspecified duration, the critical path is the path with the fewest edges from source to sink.