Flexible coloring

  • Authors:
  • Xiaozhou Li;Atri Rudra;Ram Swaminathan

  • Affiliations:
  • HP Labs, 1501 Page Mill Road, Palo Alto, CA 94304, United States;Computer Sc. & Engg. Dept., SUNY Buffalo, Buffalo, NY 14260, United States;HP Labs, 1501 Page Mill Road, Palo Alto, CA 94304, United States

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

Quantified Score

Hi-index 0.89

Visualization

Abstract

Motivated by reliability considerations in data deduplication for storage systems, we introduce the problem of flexible coloring. Given a hypergraph H and the number of allowable colors k, a flexible coloring of H is an assignment of one or more colors to each vertex such that, for each hyperedge, it is possible to choose a color from each vertex@?s color list so that this hyperedge is strongly colored (i.e., each vertex has a different color). Different colors for the same vertex can be chosen for different incident hyperedges (hence the term flexible). The goal is to minimize color consumption, namely, the total number of colors assigned, counting multiplicities. Flexible coloring is NP-hard and trivially s-(s-1)kn approximable, where s is the size of the largest hyperedge, and n is the number of vertices. Using a recent result by Bansal and Khot, we show that if k is constant, then it is UGC-hard to approximate to within a factor of s-@e, for arbitrarily small constant @e0. Lastly, we present an algorithm with an s-(s-1)kk^' approximation ratio, where k^' is number of colors used by a strong coloring algorithm for H.