Skip to content

Commit 18fd85f

Browse files
committed
Update dead links.
1 parent d77a729 commit 18fd85f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ In particular the dependencies are:
9494
- 2D Straight Skeleton and Polygon Offsetting (GPL)
9595

9696
### GTSP solver
97+
The underlying optimization uses the [memetic solver](http://www.cs.nott.ac.uk/~pszdk/?page=publications&key=Gutin2009a) presented in
9798
```
9899
Gutin, Gregory, and Daniel Karapetyan.
99100
"A memetic algorithm for the generalized traveling salesman problem."

polygon_coverage_solvers/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(GKMA_INCLUDE_DIR ${CMAKE_BINARY_DIR}/gk_ma-prefix/src/gk_ma)
1818
include(ExternalProject)
1919
ExternalProject_Add(
2020
gk_ma
21-
URL https://csee.essex.ac.uk/staff/dkarap/gtsp_ma_source_codes.zip
21+
URL http://www.cs.nott.ac.uk/~pszdk/gtsp_ma_source_codes.zip
2222
URL https://polybox.ethz.ch/index.php/s/H4NXeaNPWo6VBrf/download
2323
DOWNLOAD_NAME gtsp_ma_source_codes.zip
2424
URL_MD5 765fad8e3746fa3dd9b81be0afb34d35
@@ -57,7 +57,7 @@ ExternalProject_Add(
5757
include(ExternalProject)
5858
ExternalProject_Add(
5959
gtsp_instances
60-
URL https://csee.essex.ac.uk/staff/dkarap/gtsplib/InstancesBinary.zip
60+
URL http://www.cs.nott.ac.uk/~dxk/gtsplib/InstancesBinary.zip
6161
URL https://polybox.ethz.ch/index.php/s/51iqurpOOQ5cVaJ/download
6262
DOWNLOAD_NAME InstancesBinary.zip
6363
URL_MD5 255831bd47de71df8419a54741f0a6be

0 commit comments

Comments
 (0)