Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,9 @@ size_categories:
|
|
| 24 |
- [Dataset Structure](#dataset-structure)
|
| 25 |
- [Data Instances](#data-instances)
|
| 26 |
- [Data Fields](#data-instances)
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
|
| 29 |
## Dataset Description
|
|
@@ -79,3 +82,15 @@ Each instance in the dataset comes with several additional fields. These fields
|
|
| 79 |
- is_feasible_args: Variables that must be passed to the 'is_feasible' function to check if a solution adheres to the problem's rules and constraints.
|
| 80 |
- is_correct_args: Variables that must be passed to the 'is_correct' function to evaluate the correctness of a solution.
|
| 81 |
- A*_args: Variables that must be passed to the A* implementation to obtain the optimal solution for the problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
- [Dataset Structure](#dataset-structure)
|
| 25 |
- [Data Instances](#data-instances)
|
| 26 |
- [Data Fields](#data-instances)
|
| 27 |
+
- [Additional Information](#additional-information)
|
| 28 |
+
- [Licensing Information](#licensing-information)
|
| 29 |
+
- [Citation Information](#citation-information)
|
| 30 |
|
| 31 |
|
| 32 |
## Dataset Description
|
|
|
|
| 82 |
- is_feasible_args: Variables that must be passed to the 'is_feasible' function to check if a solution adheres to the problem's rules and constraints.
|
| 83 |
- is_correct_args: Variables that must be passed to the 'is_correct' function to evaluate the correctness of a solution.
|
| 84 |
- A*_args: Variables that must be passed to the A* implementation to obtain the optimal solution for the problem.
|
| 85 |
+
|
| 86 |
+
## Additional Information
|
| 87 |
+
|
| 88 |
+
### Licensing Information
|
| 89 |
+
|
| 90 |
+
The SearchBench dataset is licensed under the [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/).
|
| 91 |
+
|
| 92 |
+
### Citation Information
|
| 93 |
+
|
| 94 |
+
```bibtex
|
| 95 |
+
|
| 96 |
+
```
|