|
@@ -5,10 +5,10 @@ between two sets of nodes.
|
|
|
|
|
|
<h2>NOTES</h2>
|
|
|
The two sets of nodes are called <em>sources</em> and <em>sink</em>
|
|
|
-and <em>v.net.flow</em> finds the maximimum flow from the former to
|
|
|
+and <em>v.net.flow</em> finds the maximum flow from the former to
|
|
|
the latter ones. Edge capacities can be specified by <b>arc_column</b>
|
|
|
for forward direction and <b>arc_backward_column</b> for backward direction. If
|
|
|
-the latter parameter is ommited then the same capacity is used in
|
|
|
+the latter parameter is omitted then the same capacity is used in
|
|
|
either direction. The sets are given by the respective <b>cats</b>,
|
|
|
<b>layer</b> and <b>where</b> parameters. Maximum flow corresponds
|
|
|
to the maximum amount of water possibly flowing through the network
|