Rdocumentation
powered by
Learn R Programming
tspmeta (version 1.2)
read_tsplib_tour: Read in a TSPLIB style Traveling Salesman Problem tour from a file
Description
Read in a TSPLIB style Traveling Salesman Problem tour from a file
Usage
read_tsplib_tour(path)
Arguments
path
[
character(1)
] Filename of file containing a TSP tour.
Value
[
TOUR
] TOUR object from package TSP, containing order of cities, tour length and method name that generated this solution.