Skip to content

Commit

Permalink
Update README.md (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkwon authored Mar 1, 2021
1 parent cf375f8 commit 31c95fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ struct TSP
end
```

To install:
```julia
] add TSPLIB
```

Some TSP instances in the [TSPLIB](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsplib.html) library are preloaded. See the [list](https://github.com/matago/TSPLIB.jl/tree/master/data/TSPLIB95/tsp).

For example, to load `a280.tsp`, you can do:
Expand Down

0 comments on commit 31c95fb

Please sign in to comment.