... | ... | @@ -2,7 +2,17 @@ This repository contains algorithms for the Travelling Salesperson *Problem with |
|
|
|
|
|
# Weak Path-Conforming Circle Placement Problem (WPCCP)
|
|
|
WPCCP was first introduced in the paper *[Where to place a pile?](https://www.researchgate.net/publication/374246979_Where_to_Place_a_Pile)*.
|
|
|
|
|
|
```
|
|
|
@INPROCEEDINGS{Kulich23,
|
|
|
author={Kulich, Miroslav and Woller, David and Carmesin, Sarah and Mansouri, Masoumeh and Přeučil, Libor},
|
|
|
booktitle={European Conf. on Mobile Robots (ECMR)},
|
|
|
title={Where to Place a Pile?},
|
|
|
year={2023},
|
|
|
volume={},
|
|
|
number={},
|
|
|
pages={1-7},
|
|
|
doi={10.1109/ECMR59166.2023.10256330}}
|
|
|
```
|
|
|
|
|
|
# Travelling Salesperson Problem with Self-deleting graphs (TSP-SD)
|
|
|
|
... | ... | |