
9.1 TERMINOLOGY 255
node labeled 1 is the place where flow starts; i.e., it is the unique source node. On
the other hand, the node labeled 4 is the point where the flows terminate; it is the
unique destination node. All other nodes are intermediate nodes.
In addition, we shall use the following notation:
Af (k)={j ∈Nd | (k, j) ∈Ac}, (9.1)
Bf (k)={i ∈Nd | (i, k) ∈Ac}, (9.2)
where Af (k) stands for “after” node k and Bf (k) stands for “before” node k.
Definition (Rank or Degree): The rank,ordegree,ofanodeisthenumber
of arcs that enter and leave it. The in-degree of a node is the number of arcs
that enter the node; the out-degree of a node is the number of arcs that leave
the node.
Using |S| to denote the number of elements in a set S, the in-degree of node k
is |Bf (k)| and the out-degree of node k is |Af (k)|.
PATHS, CHAINS, CIRCUITS, AND CYCLES
Definition (Path): In a directed network, a path (see Figure 9-2(a)) is defined
to be a sequence of nodes i
1
,i
2
,... ,i
m
, m ≥ 2, such that (i
k
,i
k+1
) ∈Ac for
k =1,...,m−1. A simple path has m distinct nodes, whereas in a nonsimple
path the nodes can repeat.
Definition (Chain): In a directed network, a chain (see Figure 9-2(b)) is
defined to be a sequence of nodes i
1
,i
2
,... ,i
m
, m ≥ 2, such that either
(i
k
,i
k+1
) is an arc or (i
k+1
,i
k
) is an arc for k =1,...,m− 1. Thus, a chain
is essentially the same as a path except that in “going” from i
1
to i
m
we do
not require the directed arcs to be traversed all in the same direction. In an
undirected network a path and chain are identical because (i
k
,i
k+1
)isthe
same as (i
k+1
,i
k
).
Definition (Circuit and Cycle):Acircuit (see Figure 9-2(c)) is a path from
some node i
1
to node i
n
where i
n
= i
1
, n ≥ 2; i.e., a circuit is a closed path.
Similarly, a cycle is (see Figure 9-2(d)) a chain from some node i
1
to node i
n
where i
n
= i
1
; i.e., a cycle is a closed chain.
NODE-ARC INCIDENCE MATRIX
A convenient way to represent the structure of a network mathematically is through
the use of a node-arc incidence matrix. The nodes correspond to the rows of such
a matrix and the arcs correspond to the columns of the matrix. Since each arc
connects two nodes, a column corresponding to an arc has exactly two nonzero