English

A k-swap Local Search for Makespan Scheduling

Data Structures and Algorithms 2025-05-14 v2

Abstract

Local search is a widely used technique for tackling challenging optimization problems, offering significant advantages in terms of computational efficiency and exhibiting strong empirical behavior across a wide range of problem domains. In this paper, we address the problem of scheduling a set of jobs on identical parallel machines with the objective of makespan minimization. For this problem, we consider a local search neighborhood, called kk-swap, which is a generalized version of the widely-used swap and jump neighborhoods. The kk-swap neighborhood is obtained by swapping at most kk jobs between two machines. First, we propose an algorithm for finding an improving neighbor in the kk-swap neighborhood which is faster than the naive approach, and prove an almost matching lower bound on any such an algorithm. Then, we analyze the number of local search steps required to converge to a local optimum with respect to the kk-swap neighborhood. For k3k \geq 3, we provide an exponential lower bound regardless of the number of machines, and for k=2k = 2 (similar to the swap neighborhood), we provide a polynomial upper bound for the case of having two machines. Finally, we conduct computational experiments on various families of instances.

Keywords

Cite

@article{arxiv.2401.05956,
  title  = {A k-swap Local Search for Makespan Scheduling},
  author = {Lars Rohwedder and Ashkan Safari and Tjark Vredeveld},
  journal= {arXiv preprint arXiv:2401.05956},
  year   = {2025}
}
R2 v1 2026-06-28T14:14:20.486Z