This repository contains detailed results and code for the paper Benavides, Ritt, Miralles, Flow shop scheduling with heterogeneous workers, Eur. J. Oper. Res. 237(2), 2014.
Tables 2-6 can reproduced by running the R script process.R.
- The modified Carlier instances can be found in directory hetCarlier.
- The modified Taillard instances can be generated by compiling and running taHFSPgen.c for instances with time variation [p,2p]), and taHFSPgen5.c for instances with time variation [p,5p].
The code is contained in the single C++ source file ss4hjs.cpp. To compile use
g++ -O2 --static --fast-math -std=c++17 -DNDEBUG ss4hjs.cpp -o ss4hjs
@Article{Benavides.etal/2014,
author = {Alexander J. Benavides and Marcus Ritt and Cristóbal Miralles},
title = {Flow shop scheduling with heterogeneous workers},
journal = {Eur. J. Oper. Res.},
year = {2014},
volume = {237},
number = {2},
pages = {713--720},
doi = {10.1016/j.ejor.2014.02.012},
}