Circulation problem

This is an old revision of this page, as edited by Nils Grimsmo (talk | contribs) at 07:58, 2 September 2006 (cat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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). A more common generalisation of this problem is the minimum cost circulation problem.

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 multi-commodity circulation problem.

Solutions

Circulation problems are solved with linear programming