File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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```
9899Gutin, Gregory, and Daniel Karapetyan.
99100"A memetic algorithm for the generalized traveling salesman problem."
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set(GKMA_INCLUDE_DIR ${CMAKE_BINARY_DIR}/gk_ma-prefix/src/gk_ma)
1818include (ExternalProject)
1919ExternalProject_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(
5757include (ExternalProject)
5858ExternalProject_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
You can’t perform that action at this time.
0 commit comments