# Max flow problem

Last edited: 2025-12-05

# Statement

Max flow problem

Given a flow network $(G, c, s, t)$, what is the maximum value a flow on this network can have?

# Solutions

# Theory