Circulation problem
Appearance
The circulation problem and its variants is a generalisation of network flow problems, with the added constraint of a lower bound on edge flows, and with flow conservation also being required for the source and sink (i.e. there are no special nodes).
Definition
Given a flow network , where edge has lower and upper bounds on flow and . Find an assignment of flow which satisfies the constraints:
Skew symmetry: Capacity constraints: Flow conservation:
Relation to other problems
Generalisations are the minimum cost circulation problem and the multicommodity circulation problem.
Solutions
Circulation problems are solved with linear programming