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 on each machine for 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 machines and unit-time jobs in vertices is solvable in time.
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