Flow Conservation at a Node
Introduces the flow conservation constraint for directed networks: at every interior node, total flow in equals total flow out. Covers verification, solving for unknown arc flows, computing the value of a flow at the source or sink, and applying conservation across multiple nodes of a small network.
Tutorial
Flow Conservation at an Interior Node
A flow on a directed network assigns a nonnegative value to each arc , representing the amount of material sent along that arc. Two nodes are designated as the source (where flow originates) and the sink (where flow terminates). Every other node is called an interior node.
The flow conservation constraint states that at every interior node , the total flow entering equals the total flow leaving
Intuitively, material is neither created nor destroyed at an interior node -- whatever flows in must flow out.
For example, suppose node has two incoming arcs carrying and units, and two outgoing arcs carrying and units. Then
so conservation holds at .