72 citations found. Retrieving documents...
R.E. Bellman, "On a routing problem," Quarterly of Applied Mathematics, vol. 16, pp. 87--90, 1958.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:

First 50 documents  Next 50

Average-Case Complexity of Shortest-Paths Problems.. - Cooper, Frieze.. (2000)   (4 citations)  (Correct)

....time O(m nlogn) 8, 11] and the algorithms of McGeoch [20] ad Karger, Koller, and Phillips [18] solve the all pairs shortest paths problem in time O(nlH I n21ogn) where H is the set of edges that are a shortest path between their endpoints. In the general case, the Bellman Ford algorithm [2, 10] solves the single source shortest paths problem in time O(ym) where y is the maximal number of edges on a shortest path. This is O(nm) in the worst case. The solution of one single source shortest paths problem allows to transform a problem with arbitrary real edge lengths into an equivalent ....

....easily derivable. The vertex potentials i, i 6 In] the reduced edge lengths , and the set can be computed in O(n a time. Let denote the graph (In] Computation. We now solve a single source shortest paths problem with source s on the sparsifted graph (D, by running the Bellman Ford algorithm [2, 10]. This algorithm maintains tentative distances di for every vertex i 6 In] The ali s are initially set to (except for d = 0) and di always represents the length of some path in ( from s to i. The Bellman Ford algorithm proceeds in passes over the edge set A, maintaining the following invariant. ....

R. Bellman, On a routing problem, Quart. Appl. Mat/. 16 (1958) 87-90


Informative Features in Vision and Learning - Rudra (2002)   (Correct)

....described by Viterbi ( 119] which is essentially the dynamic programming approach to solving a minimum path problem with non negative costs. A more general description was earlier given by Bellman ( 20] Shortest path algorithms has been described by Dijkstra ( 37] and by Bell man and Ford. [42, 21]) The viterbi algorithm is a mainstay of estimation in Markov Chains and the related Hidden Markov Models. The reason viterbi algorithm can be used in this minimization is the following. Suppose we have a sequence of blanks following some known letters: t e . The dynamic programming ....

R. Bellman, "On a Routing Problem", Quaterly of Applied Mathematics, vol. 16, pp. 87 90, 1958.


The Travelling Miser Problem - Breitgand, Raz, Shavitt (2002)   (1 citation)  (Correct)

....(Uniform Cost Model) 0 7803 7476 2 02 17.00 (c) 2002 IEEE. VI. RELATED WORK The problems studied in this paper have much in common with the well know problem of finding a minimal weight path. Finding a minimum weight path in a static network has long been the subject for extensive research [3]. The same problem for networks with time dependent edge lengths has been studied by [4] 5] 6] 7] and most extensively by [8] Polynomial time algorithms for computing the minimal delay path in such networks when delay functions are known, have been demonstrated. As was correctly pointed ....

R. Bellman, "On a routing problem," Quart. Appl. Math., vol. 16, pp. 87 -- 90, 1958.


All-Pairs Shortest-Paths Computation in the.. - Mehlhorn, Priebe, .. (2001)   (Correct)

.... algorithm [3] solves the single source shortest paths problem in time O(m n log n) if the algorithm is implemented with ecient data structures as described, for example, in [6,2] In the general case of possibly negative arc costs, a slightly enhanced version of the Bellman Ford algorithm [1,5] solves the single source shortest paths problem in time O(nm) even if one allows distances of 1; see [8, Section 7.5.7] Clearly, a run of this version of the Bellman Ford algorithm also detects a negative cycle in G, if one exists. The all pairs shortest paths problem on graphs with real arc ....

R. Bellman, On a routing problem, Quart. Appl. Math. 16 (1958) 87-90.


Average-Case Complexity of Shortest-Paths Problems.. - Cooper, Frieze.. (2000)   (4 citations)  (Correct)

....CCR 9225008. x Max Planck Institut f ur Informatik, Im Stadtwald, D 66123 Saarbr ucken, Germany. Research partially supported by EU ESPRIT LTR Project no. 20244 (ALCOM IT) WP 3.3. 1 of edges that are a shortest path between their endpoints. In the general case, the Bellman Ford algorithm [2, 10] solves the single source shortest paths problem in time O( m) where is the maximum number of edges on a shortest path. This is O(nm) in the worst case. The solution of one single source shortest paths problem allows us to transform a problem with arbitrary real edge lengths into an equivalent ....

....potentials b i , i 2 [n] the reduced edge lengths bc, and the set b A can be computed in O(n 2 ) time. Let b D denote the graph ( n] b A) Computation. We now solve a single source shortest paths problem with source s on the sparsi ed graph ( b D;bc) by running the Bellman Ford algorithm [2, 10]. This algorithm maintains tentative distances d i for every vertex i 2 [n] The d i s are initially set to 1 (except for d s = 0) and d i always represents the length of some path in ( b D;bc) from s to i. The Bellman Ford algorithm proceeds in passes over the edge set b A, maintaining the ....

R. Bellman, On a routing problem, Quart. Appl. Math., 16, 87-90 (1958).


Average-Case Complexity of Shortest-Paths Problems - Priebe   (Correct)

....such as Fibonacci heaps [28] see also [21, 9, 81] We use log to denote logarithms to base e and log 2 to denote logarithms to base 2. In the general case of possibly negative arc costs, Dijkstra s algorithm has exponential worst case running time [47, 76] but the Bellman Ford algorithm [7, 26] solves the single source shortest paths problem in time O(#m) where # is the maximum number of arcs on a shortest path. This follows from the usual correctness proof for the algorithm; see, for example, 1, p. 142] The quantity # is a first example of what we announced as less coarse grained ....

....[6] which lies at the core of the theory of dynamic programming. When solving a single source shortest paths problem with source s in a network (D, c) without negative cycles, we deduce from Bellman s principle that the distances # c (v) # c (s, v) must satisfy the following system of equations [7], # c (s) 0 and # c (w) min (v,w)#A # c (v) c(v, w) for w # V s . 2.1) The distances # c (v) v # V , can be determined from these equations by computing, for v # V , successive approximations d (1) v) # d (2) v) # . that converge to # c (v) or by applying a ....

[Article contains additional citation context not shown here]

R. Bellman, On a routing problem, Quart. Appl. Math. 16 (1958), pp. 87--90


An Algorithm for Efficient Computation of K Shortest Paths - Jimenez, Marzal (1994)   (1 citation)  (Correct)

....the K different paths between s and t whose total weight is minimum (in order of increasing weight) For the last four decades, different solutions have been proposed to solve this problem. When K = 1, the shortest path problem can be stated as the resolution of the wellknown Bellman equations [Bell58]. If the graph does not contain cycles, the Bellman equations can be solved in O(jEj) time by visiting the nodes in topological order. If the graph contains cycles but no negative arcs, then the Dijkstra algorithm solves the equations in O(jEj jV j log jV j) time [Dijk59] Otherwise, they can be ....

....by means of This work has been partially supported by Spanish CICYT under contract TIC93 0633 C02. y Supported by a grant from the Spanish Conselleria d Educaci o i Ci encia de la Generalitat Valenciana. 1 the Bellman Ford algorithm, an iterative procedure requiring O(jV j Delta jEj) time [Bell58]. In what follows we will denote by A the asymptotic time complexity of computing the shortest path from s to all nodes in V . Bellman and Kalaba generalized the Bellman equations for the case K = 2 [BK60] The algorithm proposed by these authors consisted of first finding the shortest path from ....

R. Bellman: "On a Routing Problem", Quarterly Applied Mathematics, vol. 16, pp. 87--90. (1958)


Hierarchical Encoded Path Views for Path Query.. - Jing, Huang.. (1998)   (5 citations)  (Correct)

....on it as well as the two end nodes can be represented sequentially by the node sequence N a , N i 1 , v, N m , N b . Hence, its path weight can be represented by PW G (a, b) PW G (a, i 1 ) PW G (i 1 , i 2 ) v PW G (i m , b) By simple reasoning (called the principle of optimality in [7]) the shortest path weight SPW G (a, b) can be denoted by: SPW G (a, b) SPW G (a, i 1 ) SPW G (i 1 , i 2 ) v SPW G (i m , b) 1) In the border node sequence, every two successive border nodes correspond to the border node entering a fragment and the border node leaving that fragment. ....

....be the first such node and N j to be the last such node on this path. The path weight of this particular path can be denoted by PW G (a, b) PW G (a, i) PW G (i, j) PW G (j, b) Assume the node sequence of the shortest path is N a , v, N i , v, N j , v, N b . By the principle of optimality [7], we have: SPW G (a, b) SPW G (a, i) SPW G (i, j) SPW G (j, b) As the shortest path SP G (a, i) consists only of links of fragment G u f , it falls into Case 1. Thus we have SPW G (a, i) SPW G u f (a, i) Similarly, we have SPW G (j, b) SPW G u (j, b) As for SPW G (i, j) by ....

[Article contains additional citation context not shown here]

 R.E. Bellman, "On A Routing Problem," Quarterly Applications Math., vol. 16, pp. 87--90, 1958.


Path Problems In Skew-Symmetric Graphs - Goldberg, KARZANOV (1993)   (2 citations)  (Correct)

....bounds in the standard paths case, achieved by the implementations of Dijkstra s algorithm [6] described in [1] and [11] are O(m n log n) and O(m n p log C) respectively. Our SRPP algorithm runs in O(nm(min(log n; p log C) time. The corresponding bound in the standard paths case is O(nm) [3, 10, 25]. In the sequel [19] to this paper we extend the structural and algorithmic results developed here to more general problems on skew symmetric graphs, such as the maximum integral symmetric flow problem, the minimum cost integral symmetric circulation problem, and their unit capacity variants. ....

R. E. Bellman. On a Routing Problem. Quart. Appl. Math., 16:87--90, 1958.


Finding the k Shortest Paths - Eppstein (1997)   (22 citations)  (Correct)

....finding all paths shorter than a given length, with the same time bounds. The same techniques apply to digraphs with negative edge lengths but no negative cycles, but the time bounds above should be modified to include the time to compute a single source shortest path tree in such networks, O(mn) [6,23] or O(mn 1 2 log N ) where all edge lengths are integers and N is the absolute value of the most negative edge length [29] For a directed acyclic graph (DAG) with or without negative edge lengths, shortest path trees can be constructed in linear time and the O(n log n) term above can be ....

R. E. Bellman. On a routing problem. Quart. Appl. Math. 16:87--90, 1958.


Multicast Routing Algorithms for Multimedia Traffic - Kompella (1993)   (2 citations)  (Correct)

....approach [38] VII.A.2 The Distributed Heuristics The distributed heuristics do not need up to date information of the entire network status. However, they do need the shortest delay path to each node. This 72 information can be obtained using the Bellman Ford distributed shortest path algorithm [63, 54]. The Bellman Ford algorithm is called a distance vector algorithm, because the link status information is not sent to all the nodes in the network, but incremental information is passed along. The Routing Information Protocol (RIP) is an existing protocol that uses the distance vector approach ....

R. Bellman, "On a routing problem," Quarterly of Applied Mathematics, vol. 16, no. 1, pp. 87--90, 1958.


Navigation and Planning in an Unknown Environment.. - Cuperlier, Quoy.. (2005)   (Correct)

No context found.

R.E. Bellman, "On a routing problem," Quarterly of Applied Mathematics, vol. 16, pp. 87--90, 1958.


Bayesian Problem-Solving Applied to Scheduling - Hansson (1998)   (Correct)

No context found.

] Richard E. Bellman. "On a routing problem." Quarterly of Applied Mathematics, 16(1):8790,


Optimality of the Tree Building Control Protocol - Ondrej Dolejs Czech   (Correct)

No context found.

R. Bellman, "On a routing problem," Q. Appl. Math., vol. 16, pp. 87-90,1958.


On Generic Scalability Problems in Monitoring of Data.. - Breitgand (2003)   (Correct)

No context found.

R. Bellman. On a Routing Problem. Quart. Appl. Math., 16(4):87 - 90, 1958.


Directed Single-Source Shortest-Paths in Linear Average-Case Time - Meyer (2001)   (Correct)

No context found.

R. Bellman. On a routing problem. Quart. Appl. Math., 16:87--90, 1958. 27


Planar Graphs, Negative Weight Edges, Shortest Paths, and.. - Fakcharoenphol, Rao   (Correct)

No context found.

R. E. Bellman. On a Routing Problem. Quart. Appl. Math, 16:87--90, 1958.


Implementations of Dijkstra's Algorithm Based on.. - Goldberg, Silverstein (1995)   (2 citations)  (Correct)

No context found.

R. E. Bellman. On a Routing Problem. Quart. Appl. Math., 16:87--90, 1958.


An Annotated Bibliography of Mobile Agents in Networks - Sriraman (2002)   (Correct)

No context found.

R. Bellman. On a Routing Problem, 1958. Quart. Appl. Mat/. 16, 87-90. 222


Received November 7, 1997; revised June 15, 1998;.. - Communicated By.. (2000)   (Correct)

No context found.

R. Bellman, "On a routing problem," Quarterly of Applied Mathematics, Vol. 16, No. 1, 1958, pp. 87-90.


On Selected Topics in Management of Data Communication Networks: .. - Breitgand (2002)   (Correct)

No context found.

R. Bellman. On a routing problem. Quart. Appl. Math., 16:87 - 90, 1958.


LU TP 02-30 Neural Optimization - Carsten Peterson And   (Correct)

No context found.

Bellman, R., 1958, On a routing problem, Quarterly of Appl. Math., 16:87-- 90.


The Travelling Miser Problem - David Breitgand Danny (2002)   (1 citation)  (Correct)

No context found.

R. Bellman, "On a routing problem," Quart. Appl. Math., vol. 16, pp. 87 -- 90, 1958.


Software---Practice And Experience, Vol. 24(9).. - Optimized..   (Correct)

No context found.

R. Bellman, `On a routing problem',Quart. Appl. Math., 16, 87--90 (1958).


An On-Line Handwriting Recognizer with Fisher Matching, Hypotheses.. - Oh (2001)   (Correct)

No context found.

Richard Bellman, "On a Routing Problem," Quarterly of Applied Mathematics, vol. 16, no. 1, pp. 87-90, 1958.

First 50 documents  Next 50

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC