The depth of a flow graph is the maximum number of back edges in an acyclic path, where a back edge is defined by some depth-first spanning tree for the flow graph. In the case of a reducible graph, the depth is independent of the depth-first spanning tree chosen. We show that the computation of the depth of a reducible flow graph requires polynomial time. Our algorithm is O(ne) on a flow graph of n nodes and e edges. Since e ≤2n for normal flow graphs, our algorithm is really O(n2). While even an O(n2) algorithm is not likely to be acceptable, it is suggestive of the possibility of a more efficient algorithm. Finally, we show that the general problem of computing the depth of an arbitrary flow graph is NP-complete
• In the last lecture, we introduced a method of searching a graph using a technique called depth-fi...
summary:Algorithmic nets (or flow diagrams) are a generalization of logical nets. They are finite, o...
The p-collection problem is where to locate p sinks in a flow network such that the value of a maxim...
The depth of a flow graph is the maximum number of back edges in an acyclic path, where a back edge ...
Many problems in program optimizationn have been solved by applying a technique called interval anal...
Many problems in program optimization have been solved by applying a technique called interval analy...
Abstract. A connected graph has tree-depth at most k if it is a sub-graph of the closure of a rooted...
Reducible flow graphs occur naturally in connection with flowcharts of computer programs and are use...
K. Kennedy recently conjectured that for every n node reducible flow graph, there is a sequence of n...
AbstractConsider a connected graph G with positive edge capacities. Gomory and Hu (J. SIAM 9 (1961) ...
M.Sc. (Mathematics)In Chapter 1, we consider the relevant theory pertaining to graphs and digraphs t...
Abstract. We give an iterative algorithm for finding the maximum flow between a set of sources and s...
The minimum-cost flow problem is the following: given a network with n vertices and m edges, find a ...
We study the problem defined by Erd˝os and Szemer�edi in 1975 of constructing sparse depthrobust grap...
We present some structure theorems for the class of binary flowgraphs. These graphs show up in the s...
• In the last lecture, we introduced a method of searching a graph using a technique called depth-fi...
summary:Algorithmic nets (or flow diagrams) are a generalization of logical nets. They are finite, o...
The p-collection problem is where to locate p sinks in a flow network such that the value of a maxim...
The depth of a flow graph is the maximum number of back edges in an acyclic path, where a back edge ...
Many problems in program optimizationn have been solved by applying a technique called interval anal...
Many problems in program optimization have been solved by applying a technique called interval analy...
Abstract. A connected graph has tree-depth at most k if it is a sub-graph of the closure of a rooted...
Reducible flow graphs occur naturally in connection with flowcharts of computer programs and are use...
K. Kennedy recently conjectured that for every n node reducible flow graph, there is a sequence of n...
AbstractConsider a connected graph G with positive edge capacities. Gomory and Hu (J. SIAM 9 (1961) ...
M.Sc. (Mathematics)In Chapter 1, we consider the relevant theory pertaining to graphs and digraphs t...
Abstract. We give an iterative algorithm for finding the maximum flow between a set of sources and s...
The minimum-cost flow problem is the following: given a network with n vertices and m edges, find a ...
We study the problem defined by Erd˝os and Szemer�edi in 1975 of constructing sparse depthrobust grap...
We present some structure theorems for the class of binary flowgraphs. These graphs show up in the s...
• In the last lecture, we introduced a method of searching a graph using a technique called depth-fi...
summary:Algorithmic nets (or flow diagrams) are a generalization of logical nets. They are finite, o...
The p-collection problem is where to locate p sinks in a flow network such that the value of a maxim...