outdestIndexn
OutdestIndexn is a function-like notion used in theoretical discussions of multi-output nodes in graphs and dataflow systems. It denotes the index of the nth outgoing destination from a given source node.
Definition and scope. For a directed graph G=(V,E) where every node s has an ordered list of
Properties. The function is deterministic when n is within the valid range 1 to k (or 0
Use cases and applications. The concept is used in routing decisions, scheduling in dataflow graphs, and compiler
Example. If Out(s) = [A, B, C], then outdestIndex2(s) = B (using one-based indexing). With zero-based indexing, outdestIndex1(s)
Implementation notes. In practice, outdestIndexn can be realized as a direct array or list access, yielding