Packing cycles in undirected graphs

  • Authors:
  • Alberto Caprara;Alessandro Panconesi;Romeo Rizzi

  • Affiliations:
  • DEIS, University of Bologna, Viale Risorgimento 2, I-40136 Bologna, Italy;Dipartimento di Informatica, University of Bologna, Mura Anteo Zamboni 7, I-40127, Bologna, Italy;BRICS Department of Computer Science, University of Aarhus, Ny Munkegade, DK-8000 Aarhus C, Denmark

  • Venue:
  • Journal of Algorithms - Special issue: Twelfth annual ACM-SIAM symposium on discrete algorithms
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given an undirected graph G with n nodes and m edges, we address the problem of finding a largest collection of edge-disjoint cycles in G. The problem, dubbed CYCLE PACKING, is very closely related to a few genome rearrangement problems in computational biology. In this paper, we study the complexity and approximability of CYCLE PACKING, about which very little is known although the problem is natural and has practical applications. We show that the problem is APX- hard but can be approximated within a factor of O(logn) by a simple greedy approach. We do not know whether the O(log n) factor is tight, but we give a nontrivial example for which the ratio achieved by greedy is not constant, namely Ω(√logn/(loglogn)). We also show that, for "not too sparse" graphs, i.e., graphs for which m = Ω (n1+1/t+δ) for some positive integer t and for any fixed δ 0, we can achieve an approximation arbitrarily close to 2t/3 in polynomial time. In particular, for any ε 0, this yields a 4/3 + ε approximation when m = Ω(n3/2+δ), therefore also for dense graphs. Finally, we briefly discuss a natural linear programming relaxation for the problem.