Hanjun-Dai / graph_comb_opt

Implementation of "Learning Combinatorial Optimization Algorithms over Graphs"
https://arxiv.org/abs/1704.01665
MIT License
491 stars 135 forks source link

Data for TSP is unreadable #5

Closed Azulgrana1 closed 6 years ago

Azulgrana1 commented 6 years ago

Hi Hanjun, I downloaded the synthetic data for TSP from the Dropbox link you provided. However, the content in the .gz file is unreadable. It is neither a folder, nor a file of any know extension. I wonder if there is something wrong with the file, or there is a special way to extract it.

Thanks a lot! Yuhan

Hanjun-Dai commented 6 years ago

Hi there,

I've tested under Ubuntu 16.04, using the following command: tar -zxvf test_tsp2d.gz

Now I've renamed the file extensions to 'tar.gz', so the GUI version (e.g., archive manager in ubuntu) should also work.

Let me know if there's any problem with the files.

Azulgrana1 commented 6 years ago

It worked. Thank you very much!