You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [this](https://github.com/PyJobShop/PSPLIB/blob/main/example.ipynb) notebook for a slightly longer example demonstration of PSPLIB.
@@ -53,6 +54,7 @@ Specifically, we included an extra line that defines for each task whether it is
53
54
6.`aslib`: The **ASLIB format** is the format used by RCPSP-AS instances from the ASLIB instance set at [OR&S project database](https://www.projectmanagement.ugent.be/research/data).
54
55
ASLIB consist of three different parts (a, b, c).
55
56
To use this parser, you have to merge parts (a) and (b) into a single file - part (c) is not parsed.
57
+
7.`mslib`: The **MSLIB format** is the format used by MSRCPSP instances from the MSLIB instance set at [OR&S project database](https://www.projectmanagement.ugent.be/research/project_scheduling/MSRCPSP).
0 commit comments