Skip to content

Commit

Permalink
Fixing class name and updating TSPLIB download path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Garcia committed Apr 4, 2021
1 parent 1dbabd4 commit 740406f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_TSPLIB.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
% automatically downloaded from
% http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/

webFile = 'http://www.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/tsp/ALL_tsp.tar.gz';
filesPath = fullfile(fileparts(fileparts(which('tsphopfieldnet.m'))),'data1');
webFile = 'http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/tsp/ALL_tsp.tar.gz';
filesPath = fullfile(fileparts(fileparts(which('tsphopfieldnet.m'))),'data');
fprintf(1,'\nDownloading TSPLIB library...\n');

tempFile = 'ALL_tsp.tar.gz';
Expand Down

0 comments on commit 740406f

Please sign in to comment.