flowsto
Flowsto is a term used in graph theory, network modeling, and static data-flow analysis to denote a directional transfer of flow from one element to another. It is typically defined as a binary relation on the nodes of a directed graph G = (V, E), often written as flowsTo ⊆ V × V. In many contexts flowsTo is taken as the transitive closure of the edge relation, so that a flowsTo b if there exists a directed path from a to b; in other contexts it may be restricted to immediate successors via a single edge.
Properties commonly associated with flowsTo include that the relation is not inherently symmetric and becomes reflexive
Applications of flowsTo span several disciplines. In network and supply-chain modeling, flowsTo expresses reachability or potential
Limitations include that flowsTo captures only the possibility of transfer, not quantity, capacity, cost, or timing.