This document summarizes an algorithm for finding maximum flow on extended mixed networks using revised postflow-push methods and parallel processing. The key points are:
1. The authors revise postflow-push methods to solve the maximum flow problem on extended mixed networks, which model problems more accurately than traditional networks.
2. To take advantage of parallel computing, the authors develop a parallel algorithm where multiple processors work simultaneously using postflow-push until the problem is solved.
3. The algorithm balances inflow and outflow at vertices by pushing flow along outgoing edges and against incoming edges in the residual network until no unbalanced vertices remain.