Directed Networks with Capacities and Costs
Introduces the standard data of a flow network: a directed graph together with per-arc capacities and per-arc costs. Students learn to read off the capacity entering or leaving a node, compute the total cost of a flow, and check whether a flow respects the capacity bounds on every arc.
Tutorial
Directed Networks with Capacities
A directed network is a directed graph together with a capacity function For each arc the value is called the capacity of the arc — the maximum amount of flow that may be sent from to along it.
We describe a network by listing its arcs together with their capacities. For example, the network
has nodes and arcs. The capacity of arc is the capacity of arc is and so on.
Given a node the arcs leaving are the arcs of the form and the arcs entering are the arcs of the form For node in the network above, the arcs leaving are and and the only arc entering is