Picture a handful of warehouses, each holding a stack of identical crates, and a handful of stores, each needing a certain number of those crates. Every warehouse-to-store route has a shipping cost per crate. Your job is to decide how many crates travel along each route so that every store gets exactly what it ordered, no warehouse ships more than it has, and the total bill is as small as possible.
This is the transportation problem, first studied by Frank Hitchcock in 1941 and Tjalling Koopmans during World War II — work that helped earn Koopmans a share of the 1975 Nobel Prize in Economics. It sounds like the kind of puzzle that might force you to try every combination. It doesn't.
The transportation problem is one of the great success stories of optimization: it has a clean structure, it is solved exactly in polynomial time, and it taught a generation of researchers what an easy hard-looking problem feels like.
Comments
Loading comments...