Skip to content

Repository for code and instances used in "Exact and heuristic methods for a workload allocation problem with chained precedence constraints"

Notifications You must be signed in to change notification settings

jordipereiragude/workload_allocation_chains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exact and heuristic methods for a workload allocation problem with chained precedence constraints

This repository contains the instance, the source code, and additional information for the paper Exact and heuristic methods for a workload allocation problem with chained precedence constraints.

Instances

The instances can be found in folder dat.

Source code

The source can be found in folder src. It is written in C++ and requires the Boost libraries, CMake, CPLEX 20.1 and libfmt (libfmt is a submodule and will be cloned automatically). On some platforms, other libraries may be required (i.e., in Ubuntu 20.04, installing the zlib library was needed).

How to clone

git clone https://github.com/jordipereiragude/workload_allocation_chains.git
cd workerallocation-paper
git submodule update --init --recursive

How to compile

mkdir build
cmake ../src
make -j

Note: if cmake can't find Boost, set BOOST_ROOT to the root of your local installation.

How to run

From the build directory run, for example

./ipsolve --heuristic cbfs --maxpasses 20000 --exact sadpF --initial seg --lb3w 4 --showlb3 ../dat/Battarra,etal/AP001.txt

To see all options run

./ipsolve --help

How to reproduce the computational results

To reproduce the tables run the script in src/scripts/tables.R in GNU R. This script processes log files from the test folder and produces figures in tables in doc/figures and doc/tables.

To reproduce the runs, have a look at the options in test/testNNN/config.dat and run the script src/scripts/test.sh with these options.

How to cite

@Article{Pereira.Ritt/2022,
  author = 	 {Jorge Pereira and Marcus Ritt},
  title = 	 {Exact and heuristic methods for a workload allocation problem with chain precedence constraints},
  journal =  {Eur. J. Oper. Res},
  year = 	 {2023},
  doi = 	 {10.1016/j.ejor.2022.12.035}
}

About

Repository for code and instances used in "Exact and heuristic methods for a workload allocation problem with chained precedence constraints"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published