Reference: http://www.math.uwaterloo.ca/tsp/concorde/index.html
- Copy a TSP file to ./tsplib folder.
- Run Docker container using the TSP file name as an argument, for example for att48.tsp:
$ docker run --rm -t -v $PWD/tsplib:/usr/local/opt/concorde/ alehkot/concorde-tsp:1.0 att48.tsp
- The solution file will be inside ./tsplib folder.