Max Flow Improvement

The maximum-flow problem, or max flow, is one of the most basic problems in computer science: First solved during preparations for the Berlin airlift, it’s a component of many logistical problems and a staple of introductory courses on algorithms. For decades it was a prominent research subject, with new algorithms that solved it more and more efficiently coming out once or twice a year. But as the problem became better understood, the pace of innovation slowed. Researchers have demonstrated the first improvement of the max-flow algorithm in 10 years.

improving max flow, even by minute amounts, has huge implications for logistics

Leave a comment