Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 2.09 KB

README.md

File metadata and controls

32 lines (20 loc) · 2.09 KB

Multi-mode resource-constrained project scheduling

This repository provides the implementation which was used to generate the computational results presented in the paper

Continuous-time formulations for multi-mode project scheduling DOI:10.1007/978-3-031-08623-6_51

by me.

Anyone can download the published article for free by clicking the link

https://authors.elsevier.com/a/1gTYX15N8SNAWo

before March 14, 2023.

A preprint version is also available on arxiv.org. arXiv

Download Benchmark Instances

If you are interested to download the benchmark data sets that I used in my work, simply follow this link to get a zip-archive with all data sets. In case you want to use any of my derived data sets (c15_d, j20_d, J50_d) in your own work, please cite this paper (BibTeX).

Optimization Tools

  • jDecOR (0.4.0)
    This project is based on the jdecor-pojo-template. jDecOR framework helps to focus on the mathematical formulation and keeps boilerplate of mixed-integer programming at a minimum level.
  • Google OR-Tools (9.3.0)
  • SCIP (8.0.0)

Prerequisites

  • Java 11
  • Maven 3
  • Lombok