Upper and lower degree bounded graph orientation with minimum penalty

  • Authors:
  • Yuichi Asahiro;Jesper Jansson;Eiji Miyano;Hirotaka Ono

  • Affiliations:
  • Kyushu Sangyo University, Higashi-ku, Fukuoka, Japan;Ochanomizu University, Bunkyo-ku, Tokyo, Japan;Kyushu Institute of Technology, Iizuka, Fukuoka, Japan;Kyushu University, Higashi-ku, Fukuoka, Japan

  • Venue:
  • CATS '12 Proceedings of the Eighteenth Computing: The Australasian Theory Symposium - Volume 128
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given an undirected graph G = (V, E), a graph orientation problem is to decide a direction for each edge so that the resulting directed graph G = (V, Λ (E)) satisfies a certain condition, where Λ(E) is a set of assignments of a direction to each edge {u, v} ε E. Among many conceivable types of conditions, we consider a degree constrained orientation: Given positive integers av and bv for each v (av ≤ bv), decide an orientation of G so that av ≤ |{(v, u) ε Λ(E)}| ≤ bv holds for every v ε V. However, such an orientation does not always exist. In this case, it is desirable to find an orientation that best fits the condition instead. In this paper, we consider the problem of finding an orientation that minimizes ΣvεV cv, where cv is a penalty incurred for v's violating the degree constraint. As penalty functions, several classes of functions can be considered, e. g., linear functions, convex functions and concave functions. We show that the degree-constrained orientation with any convex (including linear) penalty function can be solved in O(m1.5 min{Δ0.5, log(nC)}), where n = |V|, m = |E|, Δ and C are the maximum degree and the largest magnitude of a penalty, respectively. In contrast, it has no polynomial approximation algorithm whose approximation factor is better than 1.3606, for concave penalty functions, unless P=NP; it is APX-hard. This holds even for step functions, which are considered concave. For trees, the problem with any penalty functions can be solved exactly in O(n log Δ) time, and if the penalty function is convex, it is solvable in linear time.