Update README.md
Browse files
README.md
CHANGED
|
@@ -97,3 +97,15 @@ together with its SHA-256 digest.
|
|
| 97 |
|
| 98 |
Please cite the accompanying paper. Reported results, including the comparison
|
| 99 |
against the exact solver and the metaheuristics, are given there.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
|
| 98 |
Please cite the accompanying paper. Reported results, including the comparison
|
| 99 |
against the exact solver and the metaheuristics, are given there.
|
| 100 |
+
|
| 101 |
+
```bibtex
|
| 102 |
+
@inproceedings{murjani2026ttpd,
|
| 103 |
+
title={Drive, Pack, Fly: The Travelling Thief Problem with Drone},
|
| 104 |
+
author={Murjani, Kabir and Sobhanan, Abhay},
|
| 105 |
+
year={2026},
|
| 106 |
+
eprint={2608.16435},
|
| 107 |
+
archivePrefix={arXiv},
|
| 108 |
+
primaryClass={cs.AI},
|
| 109 |
+
url={https://arxiv.org/abs/2608.16435},
|
| 110 |
+
}
|
| 111 |
+
```
|