Towards PTAS for Precedence Constrained Scheduling via Combinatorial Algorithms

April 02, 2020 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Shi Li arXiv ID 2004.01231 Category cs.DS: Data Structures & Algorithms Citations 11 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 4 months ago
Abstract
We study the classic problem of scheduling $n$ precedence constrained unit-size jobs on $m = O(1)$ machines so as to minimize the makespan. In a recent breakthrough, Levey and Rothvoss \cite{LR16} developed a $(1+Ξ΅)$-approximation for the problem with running time $\exp\Big(\exp\Big(O\big(\frac{m^2}{Ξ΅^2}\log^2\log n\big)\Big)\Big)$, via the Sherali-Adams lift of the basic linear programming relaxation for the problem by $\exp\Big(O\big(\frac{m^2}{Ξ΅^2}\log^2\log n\big)\Big)$ levels. Garg \cite{Garg18} recently improved the number of levels to $\log ^{O(m^2/Ξ΅^2)}n$, and thus the running time to $\exp\big(\log ^{O(m^2/Ξ΅^2)}n\big)$, which is quasi-polynomial for constant $m$ and $Ξ΅$. In this paper we present an algorithm that achieves $(1+Ξ΅)$-approximation for the problem with running time $n^{O\left(\frac{m^4}{Ξ΅^3}\log^3\log n\right)}$, which is very close to a polynomial for constant $m$ and $Ξ΅$. Unlike the algorithms of Levey-Rothvoss and Garg, which are based on linear-programming hierarchy, our algorithm is purely combinatorial. For this problem, we show that the conditioning operations on the lifted LP solution can be replaced by making guesses about the optimum schedule.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted