Jump to content

Circulation problem

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nils Grimsmo (talk | contribs) at 07:38, 2 September 2006 (Starting). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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