Local search: Is brute-force avoidable?

  • Authors:
  • Michael R. Fellows;Fedor V. Fomin;Daniel Lokshtanov;Frances Rosamond;Saket Saurabh;Yngve Villanger

  • Affiliations:
  • Charles Darwin University, Darwin, Australia;Department of Informatics, University of Bergen, Bergen, Norway;Department of Computer Science and Engineering, University of California, USA;Charles Darwin University, Darwin, Australia;The Institute of Mathematical Sciences, Chennai, India;Department of Informatics, University of Bergen, Bergen, Norway

  • Venue:
  • Journal of Computer and System Sciences
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Many local search algorithms are based on searching in the k-exchange neighborhood. This is the set of solutions that can be obtained from the current solution by exchanging at most k elements. As a rule of thumb, the larger k is, the better are the chances of finding an improved solution. However, for inputs of size n, a naive brute-force search of the k-exchange neighborhood requires n^O^(^k^) time, which is not practical even for very small values of k. We show that for several classes of sparse graphs, including planar graphs, graphs of bounded vertex degree and graphs excluding some fixed graph as a minor, an improved solution in the k-exchange neighborhood for many problems can be found much more efficiently. Our algorithms run in time O(@t(k)@?n^c), where @t is a function depending only on k and c is a constant independent of k and n. We demonstrate the applicability of this approach on a variety of problems including r-Center, Vertex Cover, Odd Cycle Transversal, Max-Cut, and Min-Bisection. In particular, on planar graphs, all our algorithms searching for a k-local improvement run in time O(2^O^(^k^)@?n^2), which is polynomial for k=O(logn). We complement these fixed-parameter tractable algorithms for k-local search with parameterized intractability results indicating that brute-force search is unavoidable in more general classes of graphs.