The final lesson separates a feasible displayed plan from a minimum-cost model claim.
highlighted = computed this step
Displayed is feasible
The B then D plan is feasible and costs 6.
displayed feasible cost=6
Exact comparison
Exact enumeration finds a cheaper deadline plan costing 5.
minimum deadline cost=5
Minimum plan
That cheaper plan crashes A by 1 day and B by 1 day.
ΔA=1ΔB=1
Honesty note
The displayed B then D plan is feasible and costs six. Exact enumeration also shows a cheaper deadline plan costing five, so the displayed plan is not claimed to be cost-minimal. This is a tiny deterministic crash plan. Recompute critical paths after every crash; for a minimum-cost deadline plan, solve the exact model instead of assuming the next cheap-looking activity is best.
recompute paths and solve the exact model for cost optimality