Target Set
l
The
target set
of a node n is the set
of nodes to which there is an arc
from n.
l
targets(a) = {b, c}
l
targets(b) = {d}
l
targets(c) = {d, e}
l
targets(d) = { }
l
targets(e) = {a}
a
b
c
d
e