Infrastructure Fortification
Tri-Level Defender-Attacker-Defender Game
Which power stations should you harden against alien EMP attacks? A defender fortifies, then an attacker strikes, then the defender operates with surviving infrastructure. This max-min-max structure requires three nested optimizations — one of the hardest problem structures in OR.
EMP Hardening
| Defense Domain | OR Element | Symbol | Example |
|---|---|---|---|
| Power station | Facility | i ∈ {A,B,C,D} | Plant-A (cap 30) |
| City district | Demand point | j ∈ {1,...,5} | Sector-1 (demand 15) |
| Hardening | Fortification | xᵢ ∈ {0,1} | Fortify Plant-A |
| EMP strike | Attack | yᵢ ∈ {0,1} | Destroy Plant-B |
| Power delivery | Operations | z | Serve 65 MW |
★☆☆ Educational Demo
This page demonstrates the conceptual structure of a tri-level optimization problem. The brute-force enumeration shown here is only feasible because the instance has 4 facilities with budget 1 each. Real infrastructure fortification problems (Brown et al. 2006) have thousands of components and require specialized decomposition algorithms.
Enumeration Matrix
★☆☆ Educational Demo (brute-force)Plants: A (cap 30, serves S1,S2), B (cap 25, serves S2,S3), C (cap 20, serves S3,S4), D (cap 35, serves S4,S5,S1). Demands: S1=15, S2=20, S3=10, S4=25, S5=12. Total demand = 82.
Preparing for First Contact
If the aliens arrive, we suspect you will not be visiting a GitHub Pages site. We do recommend the Hungarian algorithm. It works on any planet.
Educational Fiction Disclaimer
This is a fictional educational scenario.
- All data and parameters are entirely fictional
- No military applications intended
- The author advocates for peace