A FAst Re Route Method - IEEE Project 2014
We now present the details of the
method. Let G = (N,A) be
an undirected connected graph with node set N and arc set A. For x ∈ N, let N(x) be
the set of neighbors of x, where a neighbor of x is a node one arc away from x. We associate
with each undirected arc (i, j) ∈ A a cost
c(i, j),
and require each c(i, j) to be a positive integer. (The integer valued
restriction can always be met by approximating, to the desired accuracy, each
arc cost by an improper fraction, and then multiplying all the fractions by the
least common multiple of the fraction denominators.) For i, j ∈ N, let c_(i, j) be
the cost of the shortest path in G between i and j. When using Route(s, d) for
fast re-route in the event of an arc failure, which is the target application, c_(i, j) represents the
shortest path cost before
the IGP has reconverged in response to the link
failure.
No comments:
Post a Comment