English

A fixed-parameter algorithm for a routing open shop problem: unit processing times, few machines and locations

Discrete Mathematics 2017-04-27 v3 Data Structures and Algorithms

Abstract

The open shop problem is to find a minimum makespan schedule to process each job JiJ_i on each machine MqM_q for piqp_{iq} time such that, at any time, each machine processes at most one job and each job is processed by at most one machine. We study a problem variant in which the jobs are located in the vertices of an edge-weighted graph. The weights determine the time needed for the machines to travel between jobs in different vertices. We show that the problem with mm machines and nn unit-time jobs in gg vertices is solvable in 2O(gm2loggm)+O(mnlogn)2^{O(gm^2\log gm)}+O(mn\log n) time.

Keywords

Cite

@article{arxiv.1603.01191,
  title  = {A fixed-parameter algorithm for a routing open shop problem: unit processing times, few machines and locations},
  author = {René van Bevern and Artem V. Pyatkin},
  journal= {arXiv preprint arXiv:1603.01191},
  year   = {2017}
}

Comments

Compared to the previous version, gives a description of the algorithm in pseudocode, simplifies many proofs, corrects the incorrect Lemma 5.5 of the previous version

R2 v1 2026-06-22T13:03:17.323Z