Abstract
We study the classical -hard problems of finding maximum-size subsets from given sets of k terminal pairs that can be routed via edge-disjoint paths (MaxEDP) or node-disjoint paths (MaxNDP) in a given graph. The approximability of MaxEDP/MaxNDP is currently not well understood; the best known lower bound is , assuming . This constitutes a significant gap to the best known approximation upper bound of due to Chekuri et al. (Theory Comput 2:137–146, 2006), and closing this gap is currently one of the big open problems in approximation algorithms. In their seminal paper, Raghavan and Thompson (Combinatorica 7(4):365–374, 1987) introduce the technique of randomized rounding for LPs; their technique gives an -approximation when edges (or nodes) may be used by paths. In this paper, we strengthen the fundamental results above. We provide new bounds formulated in terms of the feedback vertex set number r of a graph, which measures its vertex deletion distance to a forest. In particular, we obtain the following results:
For MaxEDP, we give an -approximation algorithm. Up to a logarithmic factor, our result strengthens the best known ratio due to Chekuri et al., as .
Further, we show how to route pairs with congestion bounded by , strengthening the bound obtained by the classic approach of Raghavan and Thompson.
For MaxNDP, we give an algorithm that gives the optimal answer in time . This is a substantial improvement on the run time of , which can be obtained via an algorithm by Scheffler.
We complement these positive results by proving that MaxEDP is -hard even for , and MaxNDP is -hard when r is the parameter. This shows that neither problem is fixed-parameter tractable in r unless and that our approximability results are relevant even for very small constant values of r.
Keywords: Disjoint paths, Approximation algorithm, Feedback vertex set, Fixed-parameter algorithm
Introduction
In this paper, we study disjoint paths routing problems. In this setting, we are given an undirected graph G and a collection of vertex pairs, called terminal pairs, that can be thought of being source–destination pairs. The goal is to select a maximum-sized subset of the pairs that can be feasibly routed, where a routing of is a collection of paths such that, for each pair , there is a path in connecting to . In the Maximum Edge Disjoint Paths (MaxEDP) problem, a routing is feasible if its paths are pairwise edge-disjoint, and in the Maximum Node Disjoint Paths (MaxNDP) problem, a routing is feasible if its paths are pairwise node-disjoint. Throughout this paper, a solution to MaxEDP or MaxNDP is a feasible routing of a subset .
Disjoint paths problems are fundamental problems with a long history and significant connections to optimization and structural graph theory. The decision versions EDP of MaxEDP and NDP of MaxNDP ask whether all of the pairs can be routed. When the number of pairs is part of the input, EDP and NDP are -complete [22, 29]. In undirected graphs, MaxEDP and MaxNDP are solvable in polynomial time when the number of pairs is a fixed constant; this is a very deep result of Robertson and Seymour [42] that builds on several fundamental results in structural graph theory from their graph minors project.
In this paper, we consider the optimization problems MaxEDP and MaxNDP when the number of pairs is part of the input. In this setting, the best approximation ratio for MaxEDP is achieved by an -approximation algorithm [11, 35], that is, by an algorithm that routes pairs, where is the number of pairs in an optimum routing and n is the number of nodes. However, the best known lower bound for undirected graphs is only , assuming [19]. Bridging this gap is a fundamental open problem that seems quite challenging.
Most of the results for routing on disjoint paths use a natural multi-commodity flow relaxation as a starting point. A well-known integrality gap instance due to Garg et al. [26] shows that this relaxation has an integrality gap of , and this is the main obstacle for improving the -approximation ratio in general graphs. This led Chekuri et al. [15] to study the approximability of MaxEDP with respect to the treewidth of the underlying graph. In particular, they pose the following conjecture:
Conjecture 1
[12] The integrality gap of the standard multi-commodity flow relaxation for MaxEDP is , where w is the treewidth of the graph.
Recently, Ene et al. [21] showed that MaxEDP admits an -approximation algorithm on graphs of treewidth at most w. Theirs is the best known approximation ratio in terms of w, improving on an earlier -approximation algorithm due to Chekuri et al. [15]. This shows that the problem seems more amenable on “tree-like” graphs.
However, for , the bound is weaker than the bound of . In fact, EDP remains -hard even for graphs of constant treewidth, namely treewidth [39]. This further rules out the existence of a fixed-parameter algorithm for MaxEDP parameterized by treewidth, assuming . Therefore, to obtain fixed-parameter tractability results as well as better approximation guarantees, one needs to resort to parameters stronger than treewidth.
Another route to bridge the large gap between approximation lower and upper bounds for MaxEDP is to allow the paths to have congestion c: that is, instead of requiring the routed paths to be pairwise disjoint, at most c paths can use an edge. We can also think of this problem that each edge has a capacity c; thus, on unit-capacity graphs we ask for solutions without congestion. In their groundbreaking work, Raghavan and Thompson [40] introduced the technique of randomized rounding of LPs to obtain polynomial-time approximation algorithms for combinatorial problems. Their approach allows to route pairs of paths with congestion , where denotes the value of an optimum solution to the multi-commodity flow relaxation. This extensive line of research [2, 17, 31] has culminated in a -approximation algorithm with congestion 2 for MaxEDP [20]. A slightly weaker result also holds for MaxNDP [10].
Motivation and contribution
The goal of this work is to study disjoint paths problems under another natural measure for how “far” a graph is from being a tree. In particular, we propose to examine MaxEDP and MaxNDP under the feedback vertex set number. It denotes the smallest size r of a feedback vertex set of a graph G, which is a subset R of nodes for which is a forest. Note that the treewidth of G is at most . Therefore, given the -hardness of EDP for treewidth and the current gap between the best known upper bound and the linear upper bound suggested by Conjecture 1, it is interesting to study the stronger restriction of bounding the feedback vertex set number r of the input graph. Our approach is further motivated by the fact that MaxEDP is efficiently solvable on trees by means of the algorithm of Garg et al. [26]. Similarly, MaxNDP is easy on trees (see Theorem 3). Throughout this work, the parameter r will denote the feedback vertex set number of a graph.
Our main insight is that one can in fact obtain bounds in terms of r that either strengthen the best known bounds or are almost tight (see Table 1). It therefore seems that the parameter r correlates quite well with the “difficulty” of disjoint paths problems.
Table 1.
Summary of results obtained in this paper
Our first result allows the paths to have small congestion: in this setting, we strengthen the result, obtained by the classic randomized LP-rounding approach of Raghavan and Thompson [40], that one can always route pairs with congestion with constant probability.
Theorem 1
There is a polynomial-time algorithm for MaxEDP that produces—with constant probability—a routing of paths with congestion where is the value of an optimum solution to the multi-commodity flow relaxation, k is the number of terminal pairs and r is the feedback vertex set number.
In other words, we show that there is an -approximation algorithm for MaxEDP with congestion .
Our second main result builds upon Theorem 1 and uses it as a subroutine. We show how to use a routing for MaxEDP with low congestion to obtain a polynomial-time approximation algorithm for MaxEDP without congestion that performs well in terms of r.
Theorem 2
There is a polynomial-time algorithm for MaxEDP that produces—with constant probability—a routing of paths with no congestion where is the value of an optimum solution to the multi-commodity flow relaxation, k is the number of terminal pairs and r is the feedback vertex set number.
In particular, our algorithm strengthens the best known approximation algorithm for MaxEDP on general graphs [11] as always , and indeed it matches that algorithm’s performance up to a logarithmic factor. Substantially improving upon our bounds would also improve the current state of the art of MaxEDP. Conversely, the result implies that it suffices to study graphs with close to linear feedback vertex set number in order to improve the currently best upper bound of on the approximation ratio [11].
Our algorithmic approaches harness the forest structure of for any feedback vertex set R. However, the technical challenge comes from the fact that the edge set running between and R is unrestricted. Therefore, the “interaction” between R and is non-trivial, and flow paths may run between the two parts in an arbitrary manner and multiple times. In fact, we show that MaxEDP is already -hard if R consists of a single node (Theorem 5); this contrasts the efficient solvability on forests [26].
In order to overcome the technical hurdles, we propose several new concepts, which we believe could be of interest in future studies of disjoint paths or routing problems.
In the randomized rounding approach of Raghavan and Thompson [40], it is shown that the probability that the congestion on any fixed edge is larger than for some constant c is at most . Combining this with the fact that there are at most edges, yields that every edge has bounded congestion with high probability. The number of edges in the graph may, however, be unbounded in terms of r and k. Hence, in order to prove Theorem 1, we propose a non-trivial preprocessing step of the optimum LP solution that is applied prior to the randomized rounding. In this step, we aggregate the flow paths by a careful rerouting so that the flow “concentrates” in nodes (so-called hot spots) in the sense that if all edges incident on hot spots have low congestion, then so have all edges in the graph. Unfortunately, for any such hot spot the number of incident edges carrying flow may still be unbounded in terms of k and r. We are, however, able to give a refined probabilistic analysis that suitably relates the probability of exceeding the congestion bound to the amount of flow on the respective edge. Since the total amount of flow traversing any given hot spot is at most k, the probability that there is an edge incident on this hot spot that violates the congestion bound is inverse polynomial in r and k.
The known -approximation algorithm for MaxEDP by Chekuri et al. [11] employs a clever LP-rounding approach. If there are many long flow paths in the LP solution, then there must be a single node carrying a significant fraction of the total flow and a good fraction of this flow can be realized by integral paths by solving a single-source flow problem. If the LP solution contains many short flow paths, then greedily routing these short paths yields the bound. Essentially, this follows from the fact that routing a short path blocks only a small amount of flow. In order to prove Theorem 2, we also distinguish two cases. We are interested, however, in the number of nodes in R that a flow path is visiting rather than in its length. In the first case, there are many paths, each of which is visiting a large number of nodes in R. Here, we reduce to a single-source flow problem in a similar way to the approach of Chekuri et al. The second case where a majority of the flow paths visit only a few nodes in R turns out to be more challenging, since any such path may still visit an unbounded number of edges in terms of k and r. We use two main ingredients to overcome these difficulties. First, we apply our Theorem 1 as a building block to obtain a solution with logarithmic congestion while losing only a constant factor in the approximation ratio. Secondly, we introduce the concept of irreducible routings with low congestion which allows us to exploit the structural properties of the graph and the congestion property to identify a sufficiently large number of flow paths blocking only a small amount of flow.
Note that the natural greedy approach of always routing the shortest conflict-free path gives only an approximation ratio of for MaxEDP, where m is the number of edges. We believe that it is non-trivial to obtain our bounds via a more direct or purely combinatorial approach.
Our third result is a fixed-parameter algorithm for MaxNDP in .
Theorem 3
MaxNDP can be solved in time on graphs with k terminal pairs, feedback vertex set number r, and n vertices. When a minimum feedback vertex set is given, it can be even solved in time .
This run time is polynomial for constant r. We also note that, for small r, our algorithm is asymptotically significantly faster than the fastest known algorithm for NDP, by Kawarabayashi and Wollan [30], which requires time at least quadruple-exponential in k [1]. Namely, if r is asymptotically less than triple-exponential in k, our algorithm is asymptotically faster than theirs. We achieve this result by the idea of so-called essential pairs and realizations, which characterizes the “interaction” between the feedback vertex set R and the paths in an optimum solution. Note that in our algorithm of Theorem 3 the parameter k does not appear in the exponent of the run time at all. Hence, whenever , our algorithm is asymptotically faster than reducing MaxNDP to NDP by guessing the subset of pairs to be routed (at an expense of in the run time) and using Scheffler’s [43] algorithm for NDP with run time ; for , our algorithm is asymptotically not slower.
Once a fixed-parameter algorithm for a problem has been obtained, the existence of a polynomial-size kernel comes up. Here we note that MaxNDP does not admit a polynomial kernel for the combined parameter , unless [7].
Another natural question is whether the run time in Theorem 3 can be improved to . We answer this question in the negative, ruling out the existence of a fixed-parameter algorithm for MaxNDP parameterized by r (assuming ):
Theorem 4
MaxNDP in unit-capacity graphs is -hard parameterized by feedback vertex set number.
This contrasts the known result that NDP is fixed-parameter tractable in feedback vertex set number [43]—which further stresses the relevance of understanding this parameter.
For MaxEDP, we prove that the situation is, in a sense, even worse:
Theorem 5
MaxEDP is -hard for unit-capacity graphs with feedback vertex set number and EDP is -hard for unit-capacity graphs with feedback vertex set number .
This theorem also shows that our algorithms are relevant for small values of r, and that they nicely complement the -hardness for MaxEDP in capacitated trees [26].
Our results are summarized in Table 1.
Related work Our study of the parameter feedback vertex set number is in line with the general attempt to obtain bounds for MaxEDP (or related problems) that are independent of the input size. Besides the above-mentioned works that provide bounds in terms of the treewidth of the input graph, Günlük [27] and Chekuri et al. [16] give bounds on the flow-cut gap for the closely related integer multi-commodity flow problem; their bounds are logarithmic with respect to the vertex cover number of a graph. This improved upon earlier bounds of [36] and [4, 37]. As every vertex cover is in particular a feedback vertex set of a graph, our results for disjoint path problems address a generalization of graphs with bounded vertex cover number. Bodlaender et al. [7] showed that NDP does not admit a polynomial kernel parameterized by vertex cover number and the number k of terminal pairs, unless ; therefore, NDP is unlikely to admit a polynomial kernel in either. Ene et al. [21] showed that MaxNDP is -hard parameterized by tree-depth, which is another restriction of treewidth that is incomparable to feedback vertex set number.
The basic gap in understanding the approximability of MaxEDP has led to several improved results for special graph classes, and also our results can be seen in this light. For example, polylogarithmic approximation algorithms are known for graphs whose global minimum cut value is [41], for bounded-degree expanders [8, 9, 25, 32, 36], and for Eulerian planar or 4-connected planar graphs [31]. Constant factor approximation algorithms are known for capacitated trees [13, 26], grids and grid-like graphs [3, 5, 33, 34]. For planar graphs, there is a constant-factor approximation algorithm with congestion 2 [44]. Very recently, Chuzhoy et al. [18] gave a -approximation algorithm for MaxNDP on planar graphs. However, improving the -approximation algorithm for MaxEDP remains elusive even for planar graphs.
Preliminaries
We use standard graph theoretic notation. For a graph G, let V(G) denote its vertex set and E(G) its edge set. The length of a path is the number of its edges. A feedback vertex set of a graph G is a set such that is a forest. A minor of a graph G is a graph H that is obtained by successively contracting edges from a subgraph of G (and deleting any occurring loops). A class of graphs is minor-closed if for any graph in also all its minors belong to .
For an instance of MaxEDP/MaxNDP, we refer to the vertices participating in the pairs as terminals. It is convenient to assume that forms a matching on the terminals; this can be ensured by making several copies of the terminals and attaching them as leaves. Hence, we can also assume that all terminals are leaves.
Multi-commodity flow relaxation We use the following standard multi-commodity flow relaxation for MaxEDP that we will call MaxEDP LP (there is an analogous relaxation for MaxNDP). We use to denote the set of all paths in G from u to v, for each pair (u, v) of nodes. Since the pairs in form a matching, the sets in are pairwise disjoint. Let . The LP has a variable f(P) for each path representing the amount of flow on P. For each pair , the LP has a variable denoting the total amount of flow routed for the pair (in the corresponding integer program, denotes whether the pair is routed or not). The LP imposes the constraint that there is a flow from to of value . Additionally, the LP has constraints that ensure that the total amount of flow on paths using a given edge (respectively node for MaxNDP) is at most 1.
It is well-known that the relaxation MaxEDP LP can be solved in polynomial time, since there is an efficient separation oracle for the dual LP (alternatively, one can write a compact relaxation). We use to denote a feasible solution to MaxEDP LP for an instance of MaxEDP.
As noted in the introduction, MaxEDP LP has an integrality gap of as shown by Garg et al. [26]. The integrality instance on an grid (of treewidth ) exploits a topological obstruction in the plane that prevents a large integral routing; see Fig. 1.
Fig. 1.
An instance with an integrality gap of for MaxEDP [26]: Any integral routing routes at most one pair, whereas a fractional multi-commodity flow can send 1 / 2 unit of flow for each pair along the canonical path from to in the grid
We will use the following result by Chekuri et al. [11, Sect. 3.1]; see also Proposition 3.3 of Chekuri et al. [14].
Proposition 1
(Chekuri et al. [11]) Let be a fractional solution to the LP relaxation of a MaxEDP instance . If some node v is contained in all flow paths of f, then we can find an integral routing of size at least in polynomial time.
As a corollary of Theorem 2, we immediately obtain the following proposition about the integrality gap of MaxEDP LP.
Corollary 1
The integrality gap of the multi-commodity flow relaxation for MaxEDP with k terminal pairs is for graphs with feedback vertex set number r.
Let f be a multi-commodity flow assigning to each path a non-negative flow value f(P). The flow f is said to have congestion c if it satisfies a modification of MaxEDP LP where we replace, for each edge , the constraint with . In the particular case where f is integral we also speak of a routing f with congestion c.
Bi-criteria approximation for MaxEDP with low congestion
We present a randomized rounding algorithm that will lead to the proof of Theorem 1. First we will modify a fractional solution to the multi-commodity flow relaxation and then run a randomized rounding procedure.
Algorithm
Consider an instance of MaxEDP. Let k denote the number of terminal pairs in , and let R be a feedback vertex set of G that we construct by taking the union of the terminals in and any 2-approximate minimum feedback vertex set; note that such an approximation can be obtained in polynomial time [6]. Thus, .
First, solve the corresponding MaxEDP LP. We obtain an optimal extreme point solution . For each , this gives us a set of positive weighted paths that satisfy the LP constraints. Formally,
Since we have an extreme point solution, the number of tight constraints is not smaller than the number of variables. Hence, given the numbers of constraints and variables, the number of constraints that are not tight is polynomially bounded in the input size. Consequently, the same bound holds for the cardinality of the set . In what follows, we will modify and then select an (unweighted) subset of that will form our integral solution.
Each has the form where are the nodes in R that are traversed by P in this order. For every j with , we call the path a subpath of P. For every subpath of P, we set . Let be the multi-set of all subpaths of all paths in . Let be the forest obtained by removing R.
We now modify some paths in , one by one, and at the same time, we incrementally construct a subset in several steps. We will refer to the nodes in as hot spots. When the construction of is complete, every subpath in will contain at least one hot spot, that is, a node in .
Initially, let . Consider any tree T in F and fix any of its nodes as a root. Then let be the multi-set of all subpaths in that, excluding the endpoints, are contained in T. For each subpath , define its highest node h(P) as the node on P closest to the root. Note that equals and that is a path. Now, pick a subpath that does not contain any node in and whose highest node h(P) is farthest away from the root. Consider the multi-set of all subpaths in that are identical to P (but may be subpaths of different flow paths in ). Note that the weight of defined as is at most 1 by the constraints of the LP. Let be the endpoints of P. We define as the set of all subpaths in that have u and v as their endpoints and that do not contain any node in .
Intuitively speaking, we now aggregate flow on P by rerouting as much flow as possible from to P. To this end, we repeatedly perform the following operation as long as and . We pick a path in that contains a subpath in ; see Fig. 2. We reroute flow from by creating a new path that arises from by replacing its subpath between u and v with a new path identical to P, and assign it the weight equal to . Then we set the weight of (the original path) to . We update the sets , , , , and accordingly.
Fig. 2.
Example of the flow aggregation step: a A subpath P (highlighted in dashed gray) enters a tree (solid black edges) where h(P) (white node) is its closest node to the root. A path (highlighted in solid gray) contains a different subpath with the same endpoints as P. b We reroute by replacing its subpath between u and v with a copy of P
As soon as or , we mark h(P) as a hot spot and add it to . Then, we proceed with the next that does not contain a hot spot and whose highest node h(P) is farthest away from the root. If no such P is left, we consider the next tree T in F.
At the end, we create our solution by randomized rounding: We route every terminal pair with probability . In case is routed, we randomly select a path from and add it to where the probability that the path P is taken is .
Analysis
First, observe that did not change during our modifications of the paths, as the total flow between any terminal pair did not change. Thus, the expected number of pairs routed in our solution is . Using the Chernoff bound, the probability that we route less than pairs is at most , assuming .
In the above algorithm, we guarantee that when we aggregate flow on a path P, then the total amount of all flow paths containing P as a subpath has increased to at most 1. Nevertheless, the flow f may have congestion greater than 1 after this modification. This is because P may intersect flow paths that contain only a proper subset of the edges of P. For instance, consider the situation where we increase for a subpath that initially contained a tight edge e (that is, an edge e with ). After increasing , the total amount of flow paths going through e is greater than 1. However, the congestion of the modified flow f is always at most 2 as shown by the following lemma.
Lemma 1
The congestion of the flow f is at most 2.
Proof
In our algorithm, we increase the flow only along flow subpaths that are pairwise edge-disjoint. To see this, consider two distinct flow subpaths P and on which we increase the flow. If there were an edge e lying on P and , then both subpaths traverse the same tree in the forest F. Assume, without loss of generality, that P was considered before by the algorithm. Then the path from e to the root would first visit h(P) and then . Hence, h(P) would be an internal node of . This yields a contradiction, as h(P) was already marked as a hot spot when was considered. This shows that we increased the flow along any edge by at most one unit. Hence, f has congestion at most 2.
We now bound the congestion of the integral solution obtained by randomized rounding. In the algorithm, we constructed a set of hot spots. As a part of the analysis, we will now extend this set to a set as follows. Initially, . We build a sub-forest of F consisting of all edges of F that lie on a path connecting two hot spots. Then we add to all nodes that have degree at least 3 in . Since the number of nodes of degree 3 in any forest is at most its number of leaves and since every leaf of is a hot spot, it follows that this can at most double the size of to . Finally, we add all nodes of the feedback vertex set R to and mark all nodes in as hot spots.
Lemma 2
The number of hot spots is at most .
Proof
To this end, fix two nodes and consider the set of flow subpaths with endpoints u and v for which we added their hot spots to . Due to the aggregation of flows in our algorithm, all except possibly one of the subpaths are saturated, that is, they carry precisely one unit of flow. Since no two of these subpaths are contained in a same flow path of f and since the flow value of f is bounded from above by k, we added at most k hot spots for the pair u, v. Since there are at most pairs in R, the claim follows.
Definition 1
A hot spot is good if the congestion on any edge incident on u is bounded by ; otherwise, u is bad.
Lemma 3
Let be a hot spot. The probability that u is bad is bounded from above by .
Proof
Let be the edges incident on u and, for each i with , let be the total flow on the edge . Since any flow path visits at most two of the edges incident on u, the total flow on the edges incident on u is at most 2k.
For any i with , we have , where P runs over the set of all paths connecting some terminal pair and containing . For , we define
as the total amount of flow sent across by the terminal pair . Recall that is the total flow sent for the terminal pair . The probability that the randomized rounding procedure picks a certain path is precisely . Given the disjointness of the respective events, the probability that the pair routes a path across is precisely . Let be the binary random variable indicating whether the pair routes a path across . Then . Let be the number of paths routed across by the algorithm. By linearity of expectation,
In the following, we assume that k is sufficiently big ( ). Note that this assumption is feasible as MaxEDP can be efficiently solved when k is constant [42]. Fix any edge . Set
and . Note that, for fixed i, the variables in are independent. Hence, by the Chernoff bound, we have
| 1 |
| 2 |
For Eq. 1, we use (see Lemma 1) and . For Eq. 2, we use
Now, applying the union bound, we can infer that the probability that any of the edges incident on u carries more than paths, that is, more than paths, is at most
Lemma 4
If every hot spot is good, then the congestion on every edge is bounded from above by .
Proof
Consider an arbitrary edge that is not incident on any hot spot. In particular, this means that e lies in the forest . A hot spot z in F is called direct to e if the path in F from z to e excluding e does not contain any hot spot other than z.
We claim that there can be at most two distinct hot spots direct to e. If there were a third hot spot direct to e, then consider the unique node such that no two of the hot spots z, , are connected in . Such a node exists, since z, , cannot lie on a common path in F as they are all direct to e. The node , however, would be added as a hot spot at the latest when was built. Now this is a contradiction, because then one of the paths connecting z, or to e would contain and thus one of these hot spots would not be direct to e.
Now we show the lemma assuming that there are two distinct hot spots direct to e. If there were only one or no hot spot direct to e, then we can apply a similar argument as the following one.
Now, let P be an arbitrary path that is routed by our algorithm and that traverses e, and let be the subpath of P visiting e; see Fig. 3.
Fig. 3.
Two examples of an edge e with two hot spots z and (white nodes) being direct to e. Note that there is no hot spot in between z and . Any path routed by our algorithm that visits e must visit or . Such a path P is highlighted in gray
Consider the two paths in F connecting z to e and to e. Let and be the edges on these paths incident on z and , respectively. By our construction, must visit a hot spot in F. If visited neither z nor , then would contain a hot spot direct to u or to v that is distinct from z and —a contradiction. Hence and thus also P visit or . The claim now follows from the facts that, first, this holds for any path traversing e, and that, secondly, z and are good, and that, thirdly, therefore altogether at most paths visit or .
Now we are ready to prove Theorem 1.
Proof of Theorem 1
We show that the algorithm presented in Sect. 3.1 produces—with constant probability—a routing with paths with congestion . As argued above, the probability that we route less than paths is at most 1 / 2. By Lemma 2, the number of hot spots is at most . Thus, Lemma 3 implies an upper bound of on the probability that at least one of these hot spots is bad. Hence, by Lemma 4, we route with probability at least pairs with congestion at most . Since the probability is bounded from below by a positive constant for sufficiently big k, the statement of the theorem follows by using and .
Refined approximation bound for MaxEDP
In this section, we provide an improved approximation guarantee for MaxEDP without congestion, thereby proving Theorem 2.
Irreducible routings with low congestion
We first develop the concept of irreducible routings with low congestion, which is (besides Theorem 1) a key ingredient of our strengthened bound on the approximability of MaxEDP based on feedback vertex set number.
Consider any multigraph G and any set of (not necessarily simple) paths in G with congestion c. We say that an edge e is redundant in if there is an edge such that the set of paths in covering (containing) e is a subset of the set of paths in covering . For instance, if G contains at least two edges, then any edge that is not covered by any path in is redundant in .
Definition 2
The set is called an irreducible routing with congestion c if each edge belongs to at most c paths of and there is no edge redundant in .
In contrast to a feasible routing of a MaxEDP instance, we do not require an irreducible routing to connect a set of terminal pairs. If there is an edge e redundant in , we can apply the following reduction rule: we contract e in G and we contract e in every path of that covers e. By this, we obtain a minor of G and a set of paths that consists of all the contracted paths and of all paths in that were not contracted. Thus, there is a one-to-one correspondence between the paths in and .
We make the following observation about and .
Observation 1
A subset of paths in is edge-disjoint in if and only if the corresponding subset of paths in is edge-disjoint in G.
As applying the reduction rule strictly decreases the number of redundant edges, an iterative application of this rule yields an irreducible routing on a minor of the original graph.
Theorem 6
Let be a minor-closed class of multigraphs and let be a positive integer. If for each graph and every non-empty irreducible routing on G with congestion c there exists a path in of length at most , then the average length of the paths in is at most .
Proof
Take a path of length at most . Contract all edges of in G and obtain a minor of G. For each path in contract all edges shared with to obtain a set of paths. Remove along with all degenerated paths from , thus . Note that is an irreducible routing on with congestion c. We repeat this reduction procedure recursively on and until is empty; this happens after at most steps. At each step, we decrease the total path length by at most . Hence, the total length of paths in is at most .
As a consequence of Theorem 6, we get the following result for forests.
Lemma 5
Let F be a forest and let be a non-empty irreducible routing on F with congestion c. The average path length in is at most 2c.
Proof
We show that contains a path of length at most 2. Then the lemma follows immediately by applying Theorem 6 and using the fact that (simple) forests are minor-closed.
Take any tree in F, root it with any node and consider a leaf v of maximum depth. If v is adjacent to the root, then the tree is a star and every path in the tree has length at most 2. Otherwise, let and be the first two edges on the path from v to the root. By the definition of irreducible routing, the set of all paths covering is not a subset of the paths covering ; hence, is covered by a path which does not cover . Since all other edges incident to end in a leaf, this path has length at most 2.
Note that the bound provided in Lemma 5 is actually tight up to a constant. Let c be an arbitrary integer greater than one. Consider a graph that is a path of length with a star of leaves attached to one of its endpoints. The paths of length c together with the paths of length 1 form an irreducible routing with congestion c. The average path length is
Approximation algorithm
Consider an instance of MaxEDP with k terminal pairs. Let R be a 2-approximate minimum feedback vertex set in G; recall that we can obtain R in polynomial time [6]. Furthermore, let be the bound on the congestion of our algorithm in Theorem 1.
We solve the corresponding MaxEDP LP and obtain an optimal extreme point solution of total flow . By the same argument as in Sect. 3, the number of all paths with a positive flow value is polynomially bounded in the input size. Let and let be the set of all paths with a positive flow value that visit at most nodes of R.
Below we argue how to use R, and f to obtain a feasible routing of paths. This routing yields an overall approximation ratio of and will prove Theorem 2.
We distinguish the following two cases.
Case 1 The total flow of is at least |f| / 2. We compute a new flow , where we set for every path P in , and for any other path P. Thus, we have . By applying our algorithm of Sect. 3 on , we efficiently compute with constant probability a routing with congestion c containing paths. Note that all paths in visit at most nodes of R. Initialize with . As long as there is an edge e not adjacent to R that is redundant in , we iteratively apply the reduction rule (see Sect. 4.1) on e by contracting e in the graph as well as in every path that covers it. Let be the obtained minor of G with forest .
Note that is simple (in contrast to that might contain multiple edges) as we contracted edges only in the (simple) forest . The obtained set is a set of (not necessarily simple) paths in corresponding to . In order to obtain a feasible routing for of size , it suffices by iterated application of Observation 1 to and that we efficiently find a subset of pairwise edge-disjoint paths of size .
To obtain , we first bound the total path length in . Removing R from “decomposes” the set into a set of subpaths lying in , that is,
Observe that is an irreducible set of with congestion c, as the reduction rule is not applicable anymore. (Note that a single path in may lead to many paths in the cover which are considered distinct.) Thus, by Lemma 5, the average path length in is at most 2c.
Let P be an arbitrary path in . Each edge on P that is not in a subpath in is incident on a node in R, and each node in R is incident on at most two edges in P. Together with the fact that P visits less than nodes in R, there are less than edges of P outside . By the same fact, P contributes at most subpaths to . Given that the average length of the subpaths in is at most 2c, we can upper bound the total path length by . Let be the set of the shortest paths in . Hence, each path in has length at most .
We greedily construct a feasible solution by iteratively picking an arbitrary path P from , adding it to and removing all paths from that share some edge with P (including P itself). We stop when is empty. As has congestion c, we remove at most paths from per iteration. Thus,
Case 2 The flow of is less than |f| / 2. Then, the flow of all paths visiting at least nodes of R is at least |f| / 2. Let be the subset of these paths and let be the sum of all these flows. Note that provides a feasible solution to relaxation MaxEDP LP for (G, M) of value at least |f| / 2. Since every flow path in has length at least , the total inflow of the nodes in R is at least . By averaging, there must be a node of inflow at least . Let be the subflow of consisting of all flow paths visiting v. This subflow corresponds to a feasible solution of the LP relaxation of value at least . Using Proposition 1, we can recover an integral feasible routing of size at least
This completes the proof of Theorem 2.
Fixed-parameter algorithm for MaxNDP
We give a fixed-parameter algorithm for MaxNDP that solves anyinstance in time , where r denotes the feedback vertex set number of G, and . A feedback vertex set R of size r can be computed in time [38].
By the matching assumption (see Sect. 2), each terminal in is a leaf. We can thus assume that none of the terminals is contained in R.
Consider an optimal routing of the given MaxNDP instance and the set of terminal pairs that are connected via by a path that visits at least one node in R. Let be a path connecting a terminal pair . This path has the form , where are the nodes in R that are traversed by P in this order. The pairs and as well as for are called essential pairs for P. A node pair is called essential if it is essential for some path in . Let be the set of essential pairs.
Let F be the forest that arises when deleting R from the input graph G. Let (u, v) be any pair of nodes in G. A path P in G with endpoints u and v is said to realize (u, v) if all internal nodes of P lie in F. A set of paths is said to realize a set of node pairs if every pair in this set is realized by some path in and if two paths in can only intersect at their endpoints. Note that the optimal routing induces a realization of in a natural way: The realization consists of all maximal subpaths of paths in whose internal nodes all lie in F. Conversely, for any realization of , we can concatenate paths in to obtain a feasible routing that connects all terminal pairs in . Therefore, we consider (slightly abusing notation) also as a feasible routing for .
In our algorithm, we first guess the set of essential pairs, which implies the set as well as the set that we define as . Then, by dynamic programming, we construct two sets of paths, and , where realizes and routes in F a subset of . In our algorithm, the set forms a feasible routing that maximizes and routes all pairs in . Recall that we consider the realization of as a feasible routing for .
Now assume that we correctly guessed . Below, we will describe an algorithm that uses a dynamic programming table to compute an optimum routing in time . For the sake of easier presentation, first we describe how to compute the cardinality of such a routing. Then we argue how to find such a routing without a significant increase in the run time.
Dynamic programming table
Before we describe the dynamic programming table, we make several technical assumptions that help to simplify the presentation. First, we modify the input instance as follows. We subdivide every edge incident on a node in R by introducing a single new node on this edge. Note that this yields an instance equivalent to the input instance. As a result, every neighbor of a node in R that lies in F, that is, every node in , is a leaf in F. Moreover, the set R is an independent set in G. Also recall that we assumed that every terminal is a leaf and that therefore R does not contain any terminal. We also assume that the forest F is a rooted tree by introducing a dummy node (which plays the role of the root) and arbitrarily connecting this node to every connected component of F by an edge. In our dynamic programming table, we will take care that no path visits this root node. We also assume that F is an ordered tree by introducing an arbitrary order among the children of every node.
For any node v, let be the subtree of F rooted at v. Let be the number of children of v and let be the (ordered) children of v. Then, for , let denote the subtree of induced by the union of v with the subtrees ; see Fig. 4. If v is a leaf, we have and we define as .
Fig. 4.
Subtree consists of v and subtrees . Recall that only leaf nodes can be terminals or neighbors of R
We introduce a dynamic programming table T. It contains an entry for every and every subset of . Roughly speaking, the value of such an entry is the solution to the subproblem, where we restrict the forest to , and the set of essential pairs to . More precisely, table T contains five parameters: Parameters v and i describing , a parameter describing the set of essential pairs, and two more parameters u and b. The parameter u is either a terminal or a node in R, and b is in one of the three states: , , or . The value is the maximum cardinality of a set of paths with the following properties:
The set is a feasible routing of some subset of .
The set is completely contained in .
- There is an additional set of paths with the following properties:
- The set is a realization of if . Else, it is a realization of .
- The set is completely contained in and node-disjoint from the paths in .
If , there is no path in visiting v.
If no such set exists, then is .
Note that the parameter u is only relevant when (otherwise, it can just be ignored). One can think of the three states of b as follows: If , then there is no path in visiting v, hence, in the future we might consider to add a path through v. If , then v is visited by some path in (connecting u to v) and we cannot add a new path through v. Eventually, if , we may add a path to that goes through v. Hence, v is “blocked” for the future because of the possibility of having been already visited. Thus, we have
Below, we describe how to compute the entries of T in a bottom-up manner. Having computed T, we obtain the cardinality of the optimum routing by , where v is the dummy root node and u is an arbitrary terminal.
Base case In the base case, the node v is a leaf and we have . Thus, every entry for v has value either 0 or , depending on whether can be routed. When , no path can visit v and, hence, also . Thus we set
Then we set
if is either empty, or consists of a single pair of nodes in , or consists of a single pair where one node is v and the other one is in . Finally, we set
if or u is in . For all the other cases where v is a leaf, we set
Induction step For the inductive step, we first consider . We have
since the path in realizing (u, v) has to start at a leaf node of . For the other states of b, recall that every path in connects two leaves in . Since v has degree 1 in , there is no path in visiting v, and we have
Now, let i be greater than 1. In a high level view, we guess which part of is realized in and which part is realized in . For this, we consider every partition of . By our dynamic programming table, we find a partition that maximizes our objective. In the following, we assume that we guessed correctly. Let us consider the different states of b in more detail.
- When , node v is not allowed to be visited by any path, especially by any path in . Hence, is equal to
- When , we have to realize (u, v) in . For this, there are two possibilities: Either (u, v) is realized by a path in , or there is a realizing path that first goes through and then reaches v via the edge . Hence, for the first possibility, we consider
for the second possibility, we consider
Maximizing over both, we obtain . - When , we will also consider two cases. In the first one, there is no path in going through edge , hence, we get the term
In the second case, there is a path P in going through edge . Since P is connecting two leaves in , a part of P is in and the other part is in . If , then it is realizing a pair of . Hence, for every pair , we have to consider the term
and the symmetric term where we swap and . If , then it is realizing a terminal pair of . Hence, for every pair we get the term
and the symmetric term where we swap and . Note that we count the path realizing in our objective. Maximizing over all the terms of the two cases, we obtain .
Analysis
Let us analyze the run time of the algorithm described above. Given R, the forest F can be computed in time . In order to guess , we enumerate all potential sets of essential pairs. To bound the number of potential sets of essential pairs, first recall that each pair contains at least one node in R. On the other hand, each node in R appears in at most two pairs and, consequently, . Thus, an upper bound on the number of potential sets for is the number of ways to choose up to two pairs for each node in R. As each node in R is paired with a terminal node or another node in R, there are at most candidate pairs for it. Hence, there are at most candidate sets to consider. For each particular guess for , we run the dynamic program above. The number of entries in T—as specified by the five parameters v, i, and b—for each fixed guess for is at most
Among the different entries, those with and have the highest run time in the worst case. There, we do not only consider all partitions of , but for every partition we also consider every possible node pair that is either an essential pair in or a terminal pair in . As there are at most partitions of , at most 2r essential pairs in and at most k terminal pairs in , we consider at most different terms, including the symmetric terms, for computing an entry. For each term, we need constant time for look-up. Hence, altogether, this gives a run time of
assuming that R is given. By computing R in time , we can bound the total run time by .
Reconstruction of an optimal routing
Above, we computed only the cardinality of the routing . Now we discuss how to compute an optimal routing of size without asymptotically increasing the total run time. For every non-leaf entry of T, we take a term that maximized its value and define the (at most two) entries appearing in the term as its children. We can do this while computing T without increasing the asymptotic run time. By considering all the children that (recursively) contributed to the entry with the optimum value of the root node, we obtain a computation tree. Going over the computation tree from bottom to top, we compute for each entry of the tree its set of paths . We store the set as a linked list with pointers to the paths which themselves are stored as linked lists of their nodes. Whenever we concatenate two lists, we will not create a new copy but reuse one of them. This will give us constant time for concatenation. Note that for almost all entries we obtain by just taking the union of the paths of its children. Hence, we just concatenate the lists of its children (at most two) in constant time. The only exception are entries where and a path P is going through the node given by the first parameter v of the entry. Here, we obtain P by concatenating two paths, where each one belongs to a different child of the entry. Then we add the concatenated path to the union of the remaining paths of the children. The operation to find the two paths that we want to concatenate takes time. The remaining steps to compute also take constant time. Thus, for each entry of the tree, we can bound the run time by . Note that in the computation tree there is exactly one entry for each subtree , hence, in total there are entries. Thus, our approach takes additional time of to compute the paths . Finally, the time needed to accordingly concatenate the paths in to get a routing for takes at most time. Hence, in time we can compute an optimal routing, asymptotically matching the time needed to compute its cardinality.
This finishes the proof of Theorem 3.
Parameterized intractability of MaxNDP for the Parameter r
In this section, we prove Theorem 4, that is, we show that MaxNDP is -hard parameterized by feedback vertex set number. This reduction was originally devised for the parameter tree-depth by Ene et al. [21]; we notice that the same reduction also works for the parameter r. (Both tree-depth and feedback vertex set number are restrictions of treewidth, but they are incomparable to each other.)
For sake of completeness, we include the reduction here, and argue about the feedback vertex set number of the reduced graph. The reduction is from the W[1]-hard Multicolored Clique problem [23], where given a graph G and a partition of V(G) into q independent sets , we are to check if there exists a q-clique in G with exactly one vertex in every set . By adding dummy vertices, we can assume and for some n with and every i with .
Construction Given an instance of Multicolored Clique, we aim at constructing an equivalent instance of MaxNDP consisting of a graph H with feedback vertex set number bounded by a function of q, a set M of terminal pairs, and an integer . The graph H will contain node-disjoint paths, each one routing a distinct terminal pair in M, if and only if is a “yes”-instance.
We start by constructing for every set a gadget as follows. First, for every , we construct a path of length on the vertex set
where the vertices are connected in any order. Let denote any one of the two endpoints of , and let denote the other endpoint of . Secondly, we select an arbitrary vertex . Thirdly, for every , we add a vertex and a vertex . We make adjacent to and to . Similarly, we make adjacent to and to ; see Fig. 5. We set as a terminal pair. This concludes the description of the gadget . Let denote the set of terminal pairs constructed in this step.
Fig. 5.
Part of the construction of the graph H: The gadgets and connected via . On the left side, the path is highlighted in gray
To encode adjacencies in G, we proceed as follows. For every i and j with , we add a vertex adjacent to all vertices in and in ; see Fig. 5. For every edge with and , we add a terminal pair . Let be the set of terminal pairs constructed in this step; we have .
Finally, we set the required number of paths to . This concludes the description of the instance .
From a clique to disjoint paths Assume that the given instance of Multicolored Clique is a “yes”-instance, and let be a clique in G with for each . We construct a family of node-disjoint paths as follows. First, for every and every , we route a path from to through the path if , and through the path if . Note that in this step we have created node-disjoint paths connecting terminal pairs, and in every gadget the only unused vertices are vertices on the path . To construct the remaining paths, for every i and j with , we take the 3-vertex path from to through ; note that the assumption ensures that is indeed a terminal pair in .
From disjoint paths to a clique. In the other direction, let be a family of node-disjoint paths connecting terminal pairs in H. Let be the set of paths connecting terminal pairs from , and, in an analogous way, let be the set of paths connecting terminal pairs from . Eventually, let . First, observe that P separates every terminal pair from . Hence, every path from contains at least one vertex from P. Since , we have , and, consequently,
Thus, routes all terminal pairs in and routes pairs from . Since , every vertex in P is contained in a path from . Consequently, the paths in cannot use any vertex in P. Therefore, every path in lies inside one gadget .
Observe that a shortest path between terminals and inside is either or prolonged with the terminals at endpoints, and thus contains vertices. Furthermore, a shortest path between two terminals in contains three vertices. We infer that the total number of vertices on paths in is at least
We infer that every path in consists of vertices, and every path in consists of three vertices. In particular, for every and every , the path in that connects and goes either through or . Consequently, for each there exists a vertex such that the path is not contained in any path from . Even more, contains all the vertices of that do not lie on any path from .
We claim that is a clique in G. To this end, consider any . Since , there exists a path in that goes through . Moreover, this path has exactly three vertices. Since the only neighbors of that are not used by paths from are and , we infer that is a terminal pair in and, consequently, . This concludes the proof of the correctness of the construction.
Bounding the feedback vertex set number We are left with a proof that H has bounded feedback vertex set number in q.
First, observe that consists of q components, where each component is a gadget , for some . Secondly, consider the endpoints of the path from the gadget . Observe that the deletion of both vertices breaks into n componentswhere each component is a path. Consequently, H has the feedback vertex set
of size .
This finishes the proof of Theorem 4.
Hardness of edge-disjoint paths in almost-forests
In this section, we show that EDP is -hard already in graphs that become forests after deleting two nodes. Though this immediately implies -hardness for MaxEDP in such graphs, we show that MaxEDP is -hard even in graphs that become forests after deleting just one node. Thus, we prove Theorem 5.
Proof of Theorem 5
We first show -hardness of EDP for . We reduce from the problem Edge 3-Coloring in cubic graphs, which is -hard [28]. Given a cubic graph H, we construct a complete bipartite graph G, where one of the two partite sets of V(G) consists of three nodes , and the other partite set consists of V(H); see Fig. 6a, b. As for the set of terminal pairs, let ; in words, we want to connect a pair of nodes by a path in G if and only if they are connected by an edge in H. This completes the construction of the instance of MaxEDP. Note that G has feedback vertex set number ; removing from G any two vertices of yields a forest.
Fig. 6.
a Graph H; it is 3-edge-colorable. b Graph G obtained from H with . c Graph G obtained from H with . The reduction from an Edge 3-Coloring-instance H to an EDP/MaxEDP-instance . Dotted curves depict which terminals form a pair in . The path highlighted in gray connects the terminal pair
Regarding correctness of the reduction, we show that H is 3-edge-colorable if and only if all pairs in can be routed in G.
In the forward direction, suppose that H is 3-edge-colorable by a proper coloring . For , let be the set of edges that receive color c under . Then there is a routing in G that, for every , routes all terminal pairs exclusively via the node (and thus via paths of length 2). Note that this routing indeed yields edge-disjoint paths. Otherwise there were an edge in E(H) contained in at least two paths that route two terminal pairs and . Hence, the two edges in E(H) corresponding to and would receive the same color c in ; a contradiction to the proper edge-coloring as both edges are incident on s.
In the backward direction, suppose that all terminal pairs in can be routed in G. Since H is cubic, any node is contained in three terminal pairs. Therefore, no path of the routing can have a node in V(H) as an internal node and thus all paths in the routing have length 2. Then this routing naturally corresponds to a proper 3-edge-coloring of H, where any terminal pair routed via means that we color the edge with color c under .
In order to show -hardness of MaxEDP for , we also reduce from Edge 3-Coloring in cubic graphs and perform a similar construction as described above: This time, we construct a bipartite graph G with one subset of the partition being , the other being V(H), and the set of terminal pairs being again specified by the edges of H; see Fig. 6a, c. This completes the reduction. The resulting graph G has feedback vertex set number .
We claim that H is 3-colorable if and only if we can route pairs in G.
In the forward direction, suppose that H is 3-edge-colorable by a proper coloring . For , let be the set of edges that receive color c under . Then there is a routing in G that, for every , routes all terminal pairs exclusively via the node (and thus via paths of length 2). Note that the terminals corresponding to edges receiving color 3 remain unrouted. The reasoning that the resulting routing is feasible is analogous to the case of . To see that precisely n terminal pairs are routed overall, observe that, for each of the n terminals, exactly two of the three terminal pairs are routed.
In the backward direction, suppose that n terminal pairs in can be routed in G. Since every terminal v in G has degree two, at most two paths can be routed for v. As n terminal pairs are realized, this also means that exactly two paths are routed for each terminal. Hence, none of the paths in the routing has length more than two. Otherwise, it would contain an internal node in V(H), which then could not be part of two other paths in the routing. Then this routing naturally corresponds to a partial edge-coloring of H, where any terminal pair routed via implies that we color the edge with color c. Since each terminal v in V(H) is involved in exactly two paths in the routing, exactly one terminal pair for v remains unrouted. Hence, exactly one edge incident on v in H remains uncolored in the partial coloring. We color all uncolored edges in H by color 3 to obtain a proper 3-edge-coloring.
Thus, we almost close the complexity gap for EDP with respect to the size of a minimum feedback vertex set, only leaving the complexity of the case open.
Concluding remarks
In this paper, we examined the problems of routing terminal pairs by edge- and node-disjoint paths in graphs of bounded feedback vertex set number r. We observed that our obtained approximability bounds, expressed in terms of r, either strengthen best known bounds or they are almost tight. This leads us to the conclusion that the parameter r in fact captures the “difficulty” of disjoint paths problems.
In particular, for MaxEDP, we obtained a constant-factor approximation algorithm with congestion logarithmic in , where k is the number of terminal pairs. This strengthens the bound obtained by directly applying the randomized rounding technique for LPs introduced by Raghavan and Thompson [40]. Though also we applied this technique, beforehand we appropriately modified the fractional LP solution by making use of the forest that one obtains when removing the feedback vertex set from the graph. For our next result, we used the solution above to extract edge-disjoint paths out of it, where denotes the value of an optimum fractional solution. This strengthens, up to a logarithmic factor, the best known bound of [11]. We achieved our result by contracting “redundant” edges in the input graph and in the routing which lead to an “irreducible” routing from which we could greedily pick up our solution. The result shows that in order to improve the best known bound it suffices to focus only on graphs with feedback vertex set number close to n.
We also complemented the upper bounds with hardness results. We observed that the complexities of both problems, routing node-disjoint paths and edge-disjoint-paths, differ when r is constant. Whereas NDP [43] and MaxNDP are efficiently solvable for any constant r, EDP and MaxEDP are -hard even for and , respectively. Here, the complexity of EDP remains open for and we conjecture that this case can be solved in polynomial time. When considering r as part of the input, we can separate NDP and MaxNDP (if ). We showed -hardness of MaxNDP when parameterized by r, whereas NDP is fixed-parameterized tractable in r [43]. However, we were able to provide a fixed-parameter algorithm for the combined parameter .
Acknowledgements
Open access funding provided by Max Planck Society.
Footnotes
This research was supported by ERC Starting Grant 306465 (BeyondWorstCase), and by Conicyt Grant PII 20150140, and by Millennium Nucleus Information and Coordination in Networks RC130003. An extended abstract of these results appeared in the Proceedings of the 24th European Symposium of Algorithms [24].
Contributor Information
Krzysztof Fleszar, Phone: +49 681 9325 1027, Email: kfleszar@mpi-inf.mpg.de.
Matthias Mnich, Email: m.mnich@maastrichtuniversity.nl, Email: mmnich@uni-bonn.de.
Joachim Spoerhase, Email: joachim.spoerhase@uni-wuerzburg.de.
References
- 1.Adler, I., Kolliopoulos, S.G., Krause, P.K., Lokshtanov, D., Saurabh, S., Thilikos, D.: Tight bounds for linkages in planar graphs. In: Proceedings of ICALP 2011, Lecture Notes in Computer Science, vol. 6755, pp. 110–121 (2011)
- 2.Andrews, M.: Approximation algorithms for the edge-disjoint paths problem via Räcke decompositions. In: Proceedings of FOCS 2010, pp. 277–286 (2010)
- 3.Aumann, Y., Rabani, Y.: Improved bounds for all optical routing. In: Proceedings of SODA 1995, pp. 567–576 (1995)
- 4.Aumann Y, Rabani Y. An (log k) approximate min-cut max-flow theorem and approximation algorithm. SIAM J. Comput. 1998;27(1):291–301. doi: 10.1137/S0097539794285983. [DOI] [Google Scholar]
- 5.Awerbuch, B., Gawlick, R., Leighton, T., Rabani, Y.: On-line admission control and circuit routing for high performance computing and communication. In: Proceedings of FOCS 1994, pp. 412–423 (1994)
- 6.Bafna V, Berman P, Fujito T. A -approximation algorithm for the undirected feedback vertex set problem. SIAM J. Discrete Math. 1999;12(3):289–297. doi: 10.1137/S0895480196305124. [DOI] [Google Scholar]
- 7.Bodlaender HL, Thomassé S, Yeo A. Kernel bounds for disjoint cycles and disjoint paths. Theoret. Comput. Sci. 2011;412(35):4570–4578. doi: 10.1016/j.tcs.2011.04.039. [DOI] [Google Scholar]
- 8.Broder AZ, Frieze AM, Suen S, Upfal E. Optimal construction of edge-disjoint paths in random graphs. SIAM J. Comput. 1999;28(2):541–573. doi: 10.1137/S0097539795290805. [DOI] [Google Scholar]
- 9.Broder AZ, Frieze AM, Upfal E. Existence and construction of edge-disjoint paths on expander graphs. SIAM J. Comput. 1994;23(5):976–989. doi: 10.1137/S0097539792232021. [DOI] [Google Scholar]
- 10.Chekuri, C., Ene, A.: Poly-logarithmic approximation for maximum node disjoint paths with constant congestion. In: Proceedings of SODA 2013, pp. 326–341 (2013)
- 11.Chekuri C, Khanna S, Shepherd FB. An approximation and integrality gap for disjoint paths and unsplittable flow. Theory Comput. 2006;2:137–146. doi: 10.4086/toc.2006.v002a007. [DOI] [Google Scholar]
- 12.Chekuri C, Khanna S, Shepherd FB. A note on multiflows and treewidth. Algorithmica. 2009;54(3):400–412. doi: 10.1007/s00453-007-9129-z. [DOI] [Google Scholar]
- 13.Chekuri, C., Mydlarz, M., Shepherd, F.B.: Multicommodity demand flow in a tree and packing integer programs. ACM Trans. Algorithms 3(3), Art. 27, 23 (2007)
- 14.Chekuri, C., Naves, G., Shepherd, F.B.: Maximum edge-disjoint paths in -sums of graphs. Technical Report. http://arxiv.org/abs/1303.4897
- 15.Chekuri, C., Naves, G., Shepherd, F.B.: Maximum edge-disjoint paths in -sums of graphs. In: Proceedings of ICALP 2013, Lecture Notes in Computer Sciences, vol. 7965, pp. 328–339 (2013)
- 16.Chekuri C, Shepherd FB, Weibel C. Flow-cut gaps for integer and fractional multiflows. J. Comb. Theory Ser. B. 2013;103(2):248–273. doi: 10.1016/j.jctb.2012.11.002. [DOI] [Google Scholar]
- 17.Chuzhoy, J.: Routing in undirected graphs with constant congestion. In: Proceedings of STOC 2012, pp. 855–874 (2012)
- 18.Chuzhoy, J., Kim, D.H.K., Li, S.: Improved approximation for node-disjoint paths in planar graphs. In: Proceedings of STOC 2016, pp. 556–569 (2016)
- 19.Chuzhoy J, Kim DHK, Nimavat R. New hardness results for routing on disjoint paths. Proc. STOC. 2017;2017:86–99. [Google Scholar]
- 20.Chuzhoy, J., Li, S.: A polylogarithmic approximation algorithm for edge-disjoint paths with congestion 2. In: Proceedings of FOCS 2012, pp. 233–242 (2012)
- 21.Ene, A., Mnich, M., Pilipczuk, M., Risteski, A.: On routing disjoint paths in bounded treewidth graphs. In: Proceedings of SWAT 2016, Leibniz International Proceedings in Informatics, vol. 53, pp. 15:1–15:15 (2016)
- 22.Even, S., Itai, A., Shamir, A.: On the complexity of time table and multi-commodity flow problems. In: Proceedings of FOCS 1975, SFCS ’75, pp. 184–193. IEEE Computer Society, Washington, DC, USA (1975)
- 23.Fellows MR, Hermelin D, Rosamond F, Vialette S. On the parameterized complexity of multiple-interval graph problems. Theoret. Comput. Sci. 2009;410(1):53–61. doi: 10.1016/j.tcs.2008.09.065. [DOI] [Google Scholar]
- 24.Fleszar, K., Mnich, M., Spoerhase, J.: New algorithms for maximum disjoint paths based on tree-likeness. In: Proceedings of ESA 2016, pp. 42:1–42:17 (2016) [DOI] [PMC free article] [PubMed]
- 25.Frieze AM. Edge-disjoint paths in expander graphs. SIAM J. Comput. 2001;30(6):1790–1801. doi: 10.1137/S0097539700366103. [DOI] [Google Scholar]
- 26.Garg N, Vazirani VV, Yannakakis M. Primal-dual approximation algorithms for integral flow and multicut in trees. Algorithmica. 1997;18(1):3–20. doi: 10.1007/BF02523685. [DOI] [Google Scholar]
- 27.Günlük O. A new min-cut max-flow ratio for multicommodity flows. SIAM J. Discrete Math. 2007;21(1):1–15. doi: 10.1137/S089548010138917X. [DOI] [Google Scholar]
- 28.Holyer I. The NP-completeness of edge-coloring. SIAM J. Comput. 1981;10(4):718–720. doi: 10.1137/0210055. [DOI] [Google Scholar]
- 29.Karp RM. On the computational complexity of combinatorial problems. Networks. 1975;5:45–68. doi: 10.1002/net.1975.5.1.45. [DOI] [Google Scholar]
- 30.Kawarabayashi, K.-I., Wollan, P.: A shorter proof of the graph minor algorithm: the unique linkage theorem. In: Proceedings of STOC 2010, pp. 687–694 (2010)
- 31.Kawarabayashi, K.-i., Kobayashi, Y.: An -Approximation Algorithm for the Disjoint Paths Problem in Eulerian Planar Graphs and 4-Edge-Connected Planar Graphs, pp. 274–286 (2010)
- 32.Kleinberg, J., Rubinfeld, R.: Short paths in expander graphs. In: Proceedings of FOCS 1996, pp. 86–95 (1996)
- 33.Kleinberg, J., Tardos, É.: Disjoint paths in densely embedded graphs. In: Proceedings of FOCS 1995, pp. 52–61 (1995)
- 34.Kleinberg J, Tardos É. Approximations for the disjoint paths problem in high-diameter planar networks. J. Comput. Syst. Sci. 1998;57(1):61–73. doi: 10.1006/jcss.1998.1579. [DOI] [Google Scholar]
- 35.Kolliopoulos SG, Stein C. Approximating disjoint-path problems using packing integer programs. Math. Program. 2004;99(1):63–87. doi: 10.1007/s10107-002-0370-6. [DOI] [Google Scholar]
- 36.Leighton T, Rao S. Multicommodity max-flow min-cut theorems and their use in designing approximation algorithms. J. ACM. 1999;46(6):787–832. doi: 10.1145/331524.331526. [DOI] [Google Scholar]
- 37.Linial N, London E, Rabinovich Y. The geometry of graphs and some of its algorithmic applications. Combinatorica. 1995;15(2):215–245. doi: 10.1007/BF01200757. [DOI] [Google Scholar]
- 38.Lokshtanov, D., Ramanujan, M.S., Saurabh, S.: Linear time parameterized algorithms for subset feedback vertex set. In: Proceedings of ICALP 2015, pp. 935–946 (2015)
- 39.Nishizeki T, Vygen J, Zhou X. The edge-disjoint paths problem is NP-complete for series-parallel graphs. Discrete Appl. Math. 2001;115(1–3):177–186. doi: 10.1016/S0166-218X(01)00223-2. [DOI] [Google Scholar]
- 40.Raghavan P, Tompson CD. Randomized rounding: a technique for provably good algorithms and algorithmic proofs. Combinatorica. 1987;7(4):365–374. doi: 10.1007/BF02579324. [DOI] [Google Scholar]
- 41.Rao S, Zhou S. Edge disjoint paths in moderately connected graphs. SIAM J. Comput. 2010;39(5):1856–1887. doi: 10.1137/080715093. [DOI] [Google Scholar]
- 42.Robertson N, Seymour PD. Graph minors. XIII. The disjoint paths problem. J. Comb. Theory Ser. B. 1995;63(1):65–110. doi: 10.1006/jctb.1995.1006. [DOI] [Google Scholar]
- 43.Scheffler, P.: A practical linear time algorithm for disjoint paths in graphs with bounded tree-width. Technical Report TR 396/1994, FU Berlin, Fachbereich 3 Mathematik (1994)
- 44.Séguin-Charbonneau, L., Shepherd, F.B.: Maximum edge-disjoint paths in planar graphs with congestion 2. In: Proceedings of FOCS 2011, pp. 200–209 (2011)






