Spaces:
Sleeping
Sleeping
oookiku
commited on
Commit
•
ca4070f
1
Parent(s):
c068a9a
modified README
Browse files
README.md
CHANGED
@@ -10,4 +10,15 @@ pinned: false
|
|
10 |
license: other
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: other
|
11 |
---
|
12 |
|
13 |
+
This is an official demo of the paper, ["RouteExplainer: An Explanation Framework for Vehicle Routing Problem"](https://arxiv.org/abs/2403.03585)
|
14 |
+
|
15 |
+
```
|
16 |
+
@misc{kikuta2024routeexplainer,
|
17 |
+
title={RouteExplainer: An Explanation Framework for Vehicle Routing Problem},
|
18 |
+
author={Daisuke Kikuta and Hiroki Ikeuchi and Kengo Tajiri and Yuusuke Nakano},
|
19 |
+
year={2024},
|
20 |
+
eprint={2403.03585},
|
21 |
+
archivePrefix={arXiv},
|
22 |
+
primaryClass={cs.LG}
|
23 |
+
}
|
24 |
+
```
|