Fast Local Search Algorithm for Weighted Feedback Arc Set in Tournaments

Abstract

We present a fast local search algorithm that finds an improved solution (if there is any) in the k-exchange neighborhood of the given solutionto an instance of Weighted Feedback Arc Set in Tournaments. More precisely,given an arc weighted tournament T on n vertices and a feedback arc set F (a set of arcs whose deletion from T turns it into a directed acyclic graph), our algorithm decides in time O(2o(k) n log n) if there is a feedback arc set of smaller weight and that differs from F in at most k arcs. To our knowledge this is the first algorithm searching the k-exchange neighborhood of an NP-complete problem that runs in (parameterized) subexponential time. Using this local search algorithm for Weighted Feedback Arc Set in Tournaments, we obtain subexponential time algorithms for a local search variant of Kemeny Ranking — a problem in social choice theory and of One-Sided Cross Minimization — a problem in graph drawing.

Cite

Text

Fomin et al. "Fast Local Search Algorithm for Weighted Feedback Arc Set in Tournaments." AAAI Conference on Artificial Intelligence, 2010. doi:10.1609/AAAI.V24I1.7557

Markdown

[Fomin et al. "Fast Local Search Algorithm for Weighted Feedback Arc Set in Tournaments." AAAI Conference on Artificial Intelligence, 2010.](https://mlanthology.org/aaai/2010/fomin2010aaai-fast/) doi:10.1609/AAAI.V24I1.7557

BibTeX

@inproceedings{fomin2010aaai-fast,
  title     = {{Fast Local Search Algorithm for Weighted Feedback Arc Set in Tournaments}},
  author    = {Fomin, Fedor V. and Lokshtanov, Daniel and Raman, Venkatesh and Saurabh, Saket},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2010},
  pages     = {65-70},
  doi       = {10.1609/AAAI.V24I1.7557},
  url       = {https://mlanthology.org/aaai/2010/fomin2010aaai-fast/}
}