Skip to content

Commit 2585c17

Browse files
author
dsa
committed
update readme
1 parent f79f7a4 commit 2585c17

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
# multi-mode resource-constrained project scheduling
1+
# Multi-mode resource-constrained project scheduling
22

3-
This repository will soon provide the implementation which was used to generate the computational results presented in
4-
_Continuous-Time Formulations for Multi-Mode Project Scheduling_ by <a href="https://orcid.org/0000-0002-8977-9414">David
5-
Sayah<img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-left:.3em;"></a>.
6-
The paper is currently under review.
3+
This repository provides the implementation which was used to generate the computational results presented in the paper
4+
> __*Continuous-time formulations for multi-mode project scheduling*__ [![DOI:10.1007/978-3-031-08623-6_51](https://img.shields.io/static/v1?label=DOI&message=10.1016%2Fj.cor.2023.106147&color=blue)](https://doi.org/10.1016/j.cor.2023.106147)
5+
6+
by <a href="https://orcid.org/0000-0002-8977-9414">me<img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-left:.3em;"></a>.
7+
8+
Anyone can __download__ the published article for __free__ by clicking the link
9+
10+
> [https://authors.elsevier.com/a/1gTYX15N8SNAWo](https://authors.elsevier.com/a/1gTYX15N8SNAWo)
11+
12+
before March 14, 2023.
13+
14+
A preprint version is also available on [arxiv.org](https://arxiv.org/). [![arXiv](https://img.shields.io/badge/arXiv-2301.04700-b31b1b.svg)](http://arxiv.org/abs/2301.04700)
715

816
## Optimization Tools
917

10-
* __*jDecOR*__ ([0.2.1](https://maven.optimal-solution.org/service/rest/repository/browse/releases/org/optsol/jdecor/)) <br>
18+
* __*jDecOR*__ ([0.4.0](https://maven.optimal-solution.org/service/rest/repository/browse/releases/org/optsol/jdecor/)) <br>
1119
This project is based on the [jdecor-pojo-template](https://github.com/OPTIMAL-SOLUTION-org/jdecor-pojo-template). __*jDecOR*__ framework helps to focus on the mathematical formulation and keeps boilerplate of mixed-integer programming at a minimum level.
12-
* __*Google OR-Tools*__ ([9.2.997](https://developers.google.com/optimization/support/release_notes))
13-
* __*SCIP*__ ([7.0.1](https://www.scipopt.org/doc-7.0.1/html/))
20+
* __*Google OR-Tools*__ ([9.3.0](https://developers.google.com/optimization/support/release_notes))
21+
* __*SCIP*__ ([8.0.0](https://www.scipopt.org/doc-7.0.1/html/))
1422

1523
## Prerequisites
1624

0 commit comments

Comments
 (0)