Finding multiple induced disjoint paths in general graphs

  • Authors:
  • Kejia Zhang;Hong Gao;Jianzhong Li

  • Affiliations:
  • School of Computer Science and Technology, Harbin Institute of Technology, Harbin, Heilongjiang, China;School of Computer Science and Technology, Harbin Institute of Technology, Harbin, Heilongjiang, China;School of Computer Science and Technology, Harbin Institute of Technology, Harbin, Heilongjiang, China

  • Venue:
  • Information Processing Letters
  • Year:
  • 2011

Quantified Score

Hi-index 0.89

Visualization

Abstract

In an undirected graph, paths P"1,P"2,...,P"k are induced disjoint if each one of them is chordless (i.e., is an induced path) and any two of them have neither common nodes nor adjacent nodes. This paper investigates the Maximum Induced Disjoint Paths (MIDP) problem: in an undirected graph G=(V,E), given k node pairs {s"1,t"1},...,{s"k,t"k}, connect maximum number of these node pairs via induced disjoint paths. Till now, the only things known about MIDP are: i) it is NP-hard; ii) it is NP-hard even when k=2; iii) it can be solved in polynomial time when k is a fixed constant and the given graph is a directed planar graph (Kobayashi, 2009 [9]). This paper proves that for general k and any @e0, it is NP-hard to approximate MIDP within m^1^/^2^-^@e, where m=|E|. Two algorithms for MIDP are given by this paper: a greedy algorithm whose approximation ratio is m and an on-line algorithm which has a good lower bound.