| 
 
 NAMEv.net.flow - Computes the maximum flow between two sets of nodes in the network. KEYWORDSvector, network, flow SYNOPSISv.net.flow
   Flags:
 Parameters:
 DESCRIPTIONv.net.flow computes the maximum flow and minimum cut between two sets of nodes. NOTESThe two sets of nodes are called sources and sink
    and v.net.flow finds the maximum flow from the former to the latter
    ones. Edge capacities can be specified by arc_column for forward
    direction and arc_backward_column for backward direction. If the
    latter parameter is omitted then the same capacity is used in either
    direction. The sets are given by the respective cats, layer
    and where parameters. Maximum flow corresponds to the maximum amount
    of water possibly flowing through the network preserving the capacity
    constraints and minimum cut to the set of edges of minimum total capacity
    completely separating sources from sinks. The cut produced by this module
    corresponds to the first fully saturated edges from sources to sinks. An
    attribute table containing the flow information is linked to the
    output map. The table consists of two columns: cat and
    flow and stores the flow along each line. Negative flow means that
    "water" is flowing in the backward direction. Cut map
    contains the edges in the minimum cut.
   EXAMPLESFind maximum flow from factories to stores using SPEED for the
    capacities.
   v.net.flow input=roads output=roads_flow cut=roads_cut arc_column=SPEED \ If all the capacties are one then the minimum cut corresponds to
    the minimum number of edges separating sources from sinks.
   v.net.flow input=network output=flow cut=cut arc_column=ones \ SEE ALSOv.net, v.net.connectivity AUTHORSDaniel Bundala, Google Summer of Code 2009, Student
   SOURCE CODEAvailable at: v.net.flow source code (history) Latest change: Friday Oct 25 16:16:09 2024 in commit: 4ea983fff87951516b6e4578a0527e3b10f04643 Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual 
 
  |