what 3 things does a developing schedule need to have
what does a developing schedule determine
how to calculate earliest start (ES) and finish (EF) of an activity
ES = Maximum EF value from immediate predecessor(s)
EF = ES + Duration
how to calculate latest start (LS) and finish (LF) of an activity
LF = Minimum (or lowest) LS value from immediate successor(s)
LS = LF - Duration
what is the total float of an activity
how to calculate total float
= LS – ES or LF – EF
what is the total float of critical activities
what is a critical path
what is free float
how to determine free float of an activity
= ES of successor – EF of predecessor