1982
DOI: 10.1002/net.3230120306
|View full text |Cite
|
Sign up to set email alerts
|

The complexity of finding maximum disjoint paths with length constraints

Abstract: The following problem is considered: Given an integer K , a graph G with two distinct vertices s and t , find the maximum number of disjoint paths of length K from s to t . The problem has several variants: the paths may be vertex-disjoint or edge-disjoint, the lengths of the paths may be equal to K or bounded by K , the graph may be undirected or directed. It is shown that except for small values of K all the problems are NPcomplete. Assuming P f NP, for each problem, the largest value of K for which the prob… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

1
105
0

Year Published

1989
1989
2017
2017

Publication Types

Select...
8
1
1

Relationship

0
10

Authors

Journals

citations
Cited by 140 publications
(106 citation statements)
references
References 7 publications
1
105
0
Order By: Relevance
“…The ratio between the maximum number of node-disjoint s-t-paths and the size of a minimum length-bounded s-t-cut was also studied by Ben-Ameur [2000]. Itai et al [1982] give efficient algorithms to find the maximum number of nodeand edge-disjoint s-t-paths with at most 2 or 3 edges; the node-disjoint case is also solved for length-bound 4. On the complexity side they show that the maximum node-and edge-disjoint length-bounded s-t-paths problem is N P-hard for lengthbounds greater than 4.…”
Section: Introductionmentioning
confidence: 99%
“…The ratio between the maximum number of node-disjoint s-t-paths and the size of a minimum length-bounded s-t-cut was also studied by Ben-Ameur [2000]. Itai et al [1982] give efficient algorithms to find the maximum number of nodeand edge-disjoint s-t-paths with at most 2 or 3 edges; the node-disjoint case is also solved for length-bound 4. On the complexity side they show that the maximum node-and edge-disjoint length-bounded s-t-paths problem is N P-hard for lengthbounds greater than 4.…”
Section: Introductionmentioning
confidence: 99%
“…We use a graph structure called lobe [31] to construct a graph from a 3SAT problem and on which finding two region-disjoint paths would provide a solution to that 3SAT problem. We will assume undirected networks, although directed links could also have been used.…”
Section: A Complexity Of the Problemmentioning
confidence: 99%
“…If failures are expected to occur only sporadically (and in case of 1 : 1 protection), then it may be desirable to minimize the weight of the primary (shorter) path (min-min objective), which also leads to an NP-hard problem [109]. The min-max and minmin disjoint paths problems could be considered as extreme cases of the bounded disjoint paths problem, which was shown to be NP-hard [110] and later proven to be APX-hard by Bley [111] (the graph structure referred to as lobe that was used by Itai et al [110] to prove NP-completeness has since often been used to prove that other disjoint paths problems are NP-complete, e.g., [112][113][114]). Finding widest disjoint paths can easily be done by pruning "low-capacity" links from the graph and finding disjoint paths.…”
Section: Min-min Disjoint Paths Problemmentioning
confidence: 99%