Commit
·
6a458cb
1
Parent(s):
c6e8cc9
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,4 +14,25 @@ size_categories:
|
|
| 14 |
TODO: organize the structure
|
| 15 |
|
| 16 |
* For evaluating: you can use any modelling language you want, as long as the generated final solution is in the required structure.
|
| 17 |
-
* Feel free to contact us if you find any errors in models/solutions/descriptions, the dataset was mostly manually constructed, so mistakes are more than possible to exist, thank you!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
TODO: organize the structure
|
| 15 |
|
| 16 |
* For evaluating: you can use any modelling language you want, as long as the generated final solution is in the required structure.
|
| 17 |
+
* Feel free to contact us if you find any errors in models/solutions/descriptions, the dataset was mostly manually constructed, so mistakes are more than possible to exist, thank you!
|
| 18 |
+
|
| 19 |
+
# Dataset Breakdown
|
| 20 |
+
|
| 21 |
+
The dataset contains problems from the following sources:
|
| 22 |
+
|
| 23 |
+
- `aplai_course`: Problems from the APLAI course of KU Leuven, 2023-2024. As modelled here: https://github.com/kostis-init/LLM-CP-Modeling/tree/main/data/APLAI_course
|
| 24 |
+
- All 18 problems are added.
|
| 25 |
+
- `cpmpy_examples`: Problems from the cpmpy examples folder, https://github.com/CPMpy/cpmpy/tree/master/examples
|
| 26 |
+
- All included, except for the ones that require enumeration of all solutions (e.g. `solveAll`).
|
| 27 |
+
- `csplib`: Problems from the csplib, https://www.csplib.org/Problems/
|
| 28 |
+
- For now, only the ones modelled in the cpmpy repository are included (https://github.com/CPMpy/cpmpy/tree/master/examples/csplib), and the ones modelled by Hakan Kjellerstrand (http://www.hakank.org/cpmpy/).
|
| 29 |
+
- `hakan_examples`: Models created by Hakan Kjellerstrand, http://www.hakank.org/cpmpy/
|
| 30 |
+
- In progress with alphabetical order. Currently, includes all problems until `TODO`, excluding the following:
|
| 31 |
+
- Those already modelled in other folders (e.g. aplai_course, cpmpy_examples, csplib)
|
| 32 |
+
- Those that contain `solveAll` (counting solutions).
|
| 33 |
+
- Global constraints tests, e.g. http://www.hakank.org/cpmpy/atmost_test.py
|
| 34 |
+
|
| 35 |
+
## Diversity
|
| 36 |
+
|
| 37 |
+
We attempted to include unique problems from different sources, to provide a diverse set of problems.
|
| 38 |
+
However, as this was a manual process, there might be duplicates or similar problems. If you notice any, please let us know.
|