Datasets:

nielsr HF Staff commited on
Commit
6a3c093
ยท
verified ยท
1 Parent(s): 4a79ade

Add link to paper

Browse files

This PR adds a link to the paper on Hugging Face to improve discoverability.

Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,7 +1,10 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
 
 
 
 
5
  tags:
6
  - Optimization
7
  - combinatorics
@@ -9,10 +12,8 @@ tags:
9
  - SVRP
10
  - Logistics
11
  - Transportation
12
- pretty_name: SVRPBench Dataset
13
- size_categories:
14
- - 10K<n<100K
15
  ---
 
16
  # ๐Ÿšš SVRPBench
17
 
18
  SVRPBench is an open and extensible benchmark for the Stochastic Vehicle Routing Problem (SVRP). It includes 500+ instances spanning small to large scales (10โ€“1000 customers), designed to evaluate algorithms under realistic urban logistics conditions with uncertainty and operational constraints.
@@ -118,5 +119,4 @@ If you use this benchmark in your research, please cite:
118
 
119
  This project is licensed under the MIT License.
120
 
121
-
122
- - ๐Ÿ“„ Paper: [Arxiv](https://arxiv.org/abs/2505.21887)
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
+ size_categories:
6
+ - 10K<n<100K
7
+ pretty_name: SVRPBench Dataset
8
  tags:
9
  - Optimization
10
  - combinatorics
 
12
  - SVRP
13
  - Logistics
14
  - Transportation
 
 
 
15
  ---
16
+
17
  # ๐Ÿšš SVRPBench
18
 
19
  SVRPBench is an open and extensible benchmark for the Stochastic Vehicle Routing Problem (SVRP). It includes 500+ instances spanning small to large scales (10โ€“1000 customers), designed to evaluate algorithms under realistic urban logistics conditions with uncertainty and operational constraints.
 
119
 
120
  This project is licensed under the MIT License.
121
 
122
+ - ๐Ÿ“„ Paper: [Arxiv](https://arxiv.org/abs/2505.21887) / [Hugging Face](https://huggingface.co/papers/2505.21887)