Cascade Detection via Fixed-Point Iteration
Detect propagating overloads on the live sector load surface after a commit, and resolve them by iterating a cascade operator to a fixed point. Includes detection of non-convergent trajectories on loop topologies.
Tutorial
The Cascade Operator
Committing a flight to the live network raises the load on every sector along its route. If any sector exceeds capacity, the excess must be redirected — but redirection can push the next sector over capacity, propagating the disruption. Cascade detection asks whether one round of redirection settles the load surface or triggers another round.
We model propagation with a cascade operator acting on the load vector over sectors arranged in a downstream chain with capacities . Define the excess at sector as
The cascade operator subtracts each excess and pushes it one step downstream:
with leaving the chain (absorbed at the boundary).
A cascade is present at when , equivalently when some .
For instance, with and :
Since , a cascade is present.