Skip to content
/ hetFS Public

Code and data for "Flow shop scheduling with heterogeneous workers"

Notifications You must be signed in to change notification settings

mrpritt/hetFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flow shop scheduling with heterogeneous workers

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.

Detailed results

  1. Best known values and CPLEX results.
  2. Results of all individual runs.

Tables 2-6 can reproduced by running the R script process.R.

Instances

  1. The modified Carlier instances can be found in directory hetCarlier.
  2. 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].

Code

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

How to cite

@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},
}

About

Code and data for "Flow shop scheduling with heterogeneous workers"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published