Flows bend; costs curve. Packets, pipes, prices, power. Graphs capture the physics.
Problem: choose edge flows on a graph to minimize total network and edge costs, subject to node balance and edge feasibility (including hyperedges).
This unifies max-flow, min-cost, and more. Variations show up across many applications:
πΉ Traffic and packet routing with congestion
πΉ Cryptoasset order routing with price impact
πΉ Optimal power flow with convex relaxations
πΉ Water/gas pipeline with frictional losses
βΈ»
π Further Reading
This post was inspired by a few papers by G. Angeris and T. Diamandis. Note I present it here a little differently than in their work.
arXiv links:
- https://arxiv.org/pdf/2404.00765
- https://arxiv.org/pdf/2408.12761
- https://arxiv.org/pdf/2408.11040