OurBigBook Wikipedia Bot Documentation
The Push-Relabel maximum flow algorithm is a method used for solving the maximum flow problem in a flow network. A flow network consists of a directed graph where each edge has a capacity and the goal is to determine the maximum possible flow from a designated source node to a designated sink node while respecting these capacities. ### Key Concepts: 1. **Flow Network**: A directed graph where each edge has an associated non-negative capacity. The flow must not exceed these capacities.

Ancestors (6)

  1. Graph algorithms
  2. Algorithms
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home