English

Generalized Unrelated Machine Scheduling Problem

Data Structures and Algorithms 2022-02-15 v1

Abstract

We study the generalized load-balancing (GLB) problem, where we are given nn jobs, each of which needs to be assigned to one of mm unrelated machines with processing times {pij}\{p_{ij}\}. Under a job assignment σ\sigma, the load of each machine ii is ψi(pi[σ])\psi_i(\mathbf{p}_{i}[\sigma]) where ψi:RnR0\psi_i:\mathbb{R}^n\rightarrow\mathbb{R}_{\geq0} is a symmetric monotone norm and pi[σ]\mathbf{p}_{i}[\sigma] is the nn-dimensional vector {pij1[σ(j)=i]}j[n]\{p_{ij}\cdot \mathbf{1}[\sigma(j)=i]\}_{j\in [n]}. Our goal is to minimize the generalized makespan ϕ(load(σ))\phi(\mathsf{load}(\sigma)), where ϕ:RmR0\phi:\mathbb{R}^m\rightarrow\mathbb{R}_{\geq0} is another symmetric monotone norm and load(σ)\mathsf{load}(\sigma) is the mm-dimensional machine load vector. This problem significantly generalizes many classic optimization problems, e.g., makespan minimization, set cover, minimum-norm load-balancing, etc. We obtain a polynomial time randomized algorithm that achieves an approximation factor of O(logn)O(\log n), matching the lower bound of set cover up to constant factor. We achieve this by rounding a novel configuration LP relaxation with exponential number of variables. To approximately solve the configuration LP, we design an approximate separation oracle for its dual program. In particular, the separation oracle can be reduced to the norm minimization with a linear constraint (NormLin) problem and we devise a polynomial time approximation scheme (PTAS) for it, which may be of independent interest.

Keywords

Cite

@article{arxiv.2202.06292,
  title  = {Generalized Unrelated Machine Scheduling Problem},
  author = {Shichuan Deng and Jian Li and Yuval Rabani},
  journal= {arXiv preprint arXiv:2202.06292},
  year   = {2022}
}
R2 v1 2026-06-24T09:33:57.909Z