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
by me.
Anyone can download the published article for free by clicking the link
before March 14, 2023.
A preprint version is also available on arxiv.org.
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).
- 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)
- Java 11
- Maven 3
- Lombok