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 a v and b v for each v (a v ≤ b v), decide an orientation of G so that a v ≤ {pipe}{(v, u) ∈ Λ(E)}{pipe} ≤ b v 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∈Vcv, where c v 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(m 1:5 min{Δ 0:5, log(nC)}), where n = {pipe}V{pipe},m = {pipe}E{pipe}, Δ 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.
Original language | English |
---|---|
Title of host publication | Theory of Computing 2012 - Proceedings of the Eighteenth Computing |
Subtitle of host publication | The Australasian Theory Symposium, CATS 2012 |
Pages | 139-146 |
Number of pages | 8 |
Volume | 128 |
Publication status | Published - 24 Jul 2012 |
Externally published | Yes |
Event | Theory of Computing 2012 - 18th Computing: The Australasian Theory Symposium, CATS 2012 - Melbourne, VIC, Australia Duration: 31 Jan 2012 → 3 Feb 2012 |
Conference
Conference | Theory of Computing 2012 - 18th Computing: The Australasian Theory Symposium, CATS 2012 |
---|---|
Country/Territory | Australia |
City | Melbourne, VIC |
Period | 31/01/12 → 3/02/12 |
Keywords
- Concave functions
- Convex functions
- Degree constraint
- Graph orientation
- Inapproximability
ASJC Scopus subject areas
- Computer Networks and Communications
- Computer Science Applications
- Hardware and Architecture
- Information Systems
- Software