Published online by Cambridge University Press: 06 July 2010
Directed Graphs
A graph whose edges are assumed to have a direction is called a directed graph, or more simply a digraph. The edge (i, j) in a directed graph is interpreted as going from vertex i into vertex j, and it is graphically represented by drawing an arrow from vertex i to vertex j. Figure 6.1 presents a directed graph.
As with an undirected graph, any sequence of vertices i, i1, i2, …, ik, j for which (i, i1), (i1, i2), …, (ik, j) are all edges is said to be a path from vertex i to vertex j. For instance, 1, 2, 3, 6 is a path from 1 to 6 for the digraph of Figure 6.1.
The Maximum Flow Problem
Consider a directed graph with vertex set V and edge set A. Suppose that there are two distinguished vertices, the source vertex s and the sink vertex t, and suppose that there are no edges that either go into s or out of t. For each edge (i, j), suppose that a nonnegative integer c(i, j), called the “capacity” of the edge, is specified. The problem of interest is to flow a commodity from s to t according to the following rules:
(1) the amount of flow that can be sent along any edge is less than or equal to the capacity of that edge (the capacity constraint);
(2) for any vertex i not equal to s or t, the amount that is flowed into i must equal the amount that is flowed out of i (the conservation constraint).
To save this book to your Kindle, first ensure no-reply@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.