Skip to content

Commit

Permalink
Fixing up data with new URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed May 8, 2016
1 parent 4693cc6 commit 79376b5
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Dip/config.guess -text
Dip/config.sub -text
Dip/configure -text
Dip/configure.ac -text
Dip/data/AP3/ReadMe.txt -text
Dip/data/AP3/README.md -text
Dip/data/AP3/Saltzman.tgz -text
Dip/data/ATM/ReadMe.txt -text
Dip/data/ATM/ampl.tgz -text
Expand Down Expand Up @@ -99,7 +99,7 @@ Dip/data/MAD/steiner/madlib.steiner.list -text
Dip/data/MAD/steiner/madlib.steiner.opt -text
Dip/data/MAD/unzip.sh -text
Dip/data/MCF/get.data -text
Dip/data/MEWCP/ReadMe.txt -text
Dip/data/MEWCP/README.md -text
Dip/data/MILP/block/get.data -text
Dip/data/MILP/block/results/parameters.txt -text
Dip/data/MILP/block/results/retail_cpx11.300.txt -text
Expand Down
10 changes: 10 additions & 0 deletions Dip/data/AP3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
For instances, see

https://github.com/tkralphs/DecompLib/tree/master/AP3

Download tarballs at

https://github.com/tkralphs/DecompLib/blob/master/AP3/ap3.tgz
https://github.com/tkralphs/DecompLib/blob/master/AP3/Salzman.tgz


1 change: 0 additions & 1 deletion Dip/data/AP3/ReadMe.txt

This file was deleted.

3 changes: 2 additions & 1 deletion Dip/data/ATM/get.data
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
wget http://coral.ie.lehigh.edu/~magh/decomp/atm_rand.tgz
wget https://github.com/tkralphs/DecompLib/blob/master/atm/atm.tgz

2 changes: 1 addition & 1 deletion Dip/data/GAP/get.data
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wget --no-check-certificate http://coral.ie.lehigh.edu/~magh/decomp/data_gap.tgz
wget https://github.com/tkralphs/DecompLib/blob/master/gap/gap.tgz
2 changes: 1 addition & 1 deletion Dip/data/MCF/get.data
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wget --no-check-certificate http://coral.ie.lehigh.edu/~magh/decomp/data_mcf.tgz
wget https://github.com/tkralphs/DecompLib/blob/master/mcf/mcf.tgz
7 changes: 7 additions & 0 deletions Dip/data/MEWCP/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
For instances, see

https://github.com/tkralphs/DecompLib/tree/master/maxclique




1 change: 0 additions & 1 deletion Dip/data/MEWCP/ReadMe.txt

This file was deleted.

2 changes: 1 addition & 1 deletion Dip/data/SDPUC/get.data
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wget --no-check-certificate http://coral.ie.lehigh.edu/~magh/decomp/data_sdpuc.tgz
wget https://github.com/tkralphs/DecompLib/blob/master/sdpuc/sdpuc.tgz
2 changes: 1 addition & 1 deletion Dip/data/TSP/get.data
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wget --no-check-certificate http://coral.ie.lehigh.edu/~magh/decomp/tsplib.tgz
wget https://github.com/tkralphs/DecompLib/blob/master/tsplib/tsplib.tgz

0 comments on commit 79376b5

Please sign in to comment.