Skip to content
Snippets Groups Projects
Commit 6b16b021 authored by Martin Mareš's avatar Martin Mareš
Browse files

Graphs: \footnote -> \foot

parent d36b6fbe
No related branches found
No related tags found
No related merge requests found
...@@ -460,7 +460,7 @@ The key part of Dinic's algorithm is to find a \em{blocking flow} in the \em{lev ...@@ -460,7 +460,7 @@ The key part of Dinic's algorithm is to find a \em{blocking flow} in the \em{lev
A \em{blocking flow} is a flow satisfying the property that every (directed) path from source A \em{blocking flow} is a flow satisfying the property that every (directed) path from source
to target contains a saturated edge, i.e. edge where the flow equals the capacity. The to target contains a saturated edge, i.e. edge where the flow equals the capacity. The
\em{level graph} contains exactly the vertices and edges which lie on some shortest path \em{level graph} contains exactly the vertices and edges which lie on some shortest path
from~$s$ to~$t$ in the residual network\footnote{Residual network is a network containing from~$s$ to~$t$ in the residual network\foot{Residual network is a network containing
the edges with non-zero residual capacity, that is, difference between capacity and a the edges with non-zero residual capacity, that is, difference between capacity and a
flow. Capacity of each edge in residual network is exactly the residual capacity.}. The flow. Capacity of each edge in residual network is exactly the residual capacity.}. The
important property of level graph is that it is acyclic and it can be decomposed into important property of level graph is that it is acyclic and it can be decomposed into
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment