Approximating Upper Degree-Constrained Partial Orientations
Marek Cygan, Tomasz Kociumaka

TL;DR
This paper introduces a polynomial-time local search algorithm that improves the approximation ratio for the Upper Degree-Constrained Partial Orientation problem, leveraging recent advances in 3-Set Packing algorithms.
Contribution
It presents a new approximation algorithm with ratio 5/4+ε, improving upon previous LP-based methods for the problem.
Findings
Achieves a 5/4+ε approximation ratio
Combines local search with recent 3-Set Packing techniques
Utilizes polynomial-time orientation feasibility checks
Abstract
In the Upper Degree-Constrained Partial Orientation problem we are given an undirected graph , together with two degree constraint functions . The goal is to orient as many edges as possible, in such a way that for each vertex the number of arcs entering is at most , whereas the number of arcs leaving is at most . This problem was introduced by Gabow [SODA'06], who proved it to be MAXSNP-hard (and thus APX-hard). In the same paper Gabow presented an LP-based iterative rounding -approximation algorithm. Since the problem in question is a special case of the classic 3-Dimensional Matching, which in turn is a special case of the -Set Packing problem, it is reasonable to ask whether recent improvements in approximation algorithms for the latter two problems [Cygan, FOCS'13; Sviridenko & Ward, ICALP'13] allow…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Packing Problems
