Lagrangian Relaxation of Capacity Constraints
Relax the coupling sector-time capacity constraints of the Bertsimas-Patterson ATFM integer program using non-negative multipliers, forming a Lagrangian that decomposes by flight. Use this decomposition to compute the Lagrangian dual value , which is a valid lower bound on the optimum of the original program.
Tutorial
Relaxing the Capacity Constraints
The Bertsimas-Patterson ATFM integer program has the structure
The capacity constraints in the first family are the only constraints that couple flights together: they say that for each sector-time , the total occupancy across all flights cannot exceed . The per-flight constraints restrict each flight on its own (routing, connectivity, time windows).
Lagrangian relaxation removes the coupling constraints by absorbing them into the objective. For each capacity constraint we introduce a non-negative multiplier and form the Lagrangian
The multipliers must satisfy because the relaxed constraints are inequalities of the form : a violation should contribute a positive penalty to the objective.
The relaxed problem is
in which the capacity constraints are gone — only the per-flight constraints remain.