Inputs
Add activities by ID, duration, predecessors (comma-separated). Tool computes ES, EF, LS, LF, Total Float, and identifies critical path.
| ID | Dur | Pred. | ES | EF | LS | LF | TF |
|---|
Method
- Forward pass: ES = max(EF of preds), EF = ES + Dur.
- Backward pass: LF = min(LS of succs), LS = LF − Dur.
- TF = LS − ES = LF − EF. Critical path: TF = 0 throughout.
Results
Project duration—
Critical path—
Activities—