order of cities for the image as an integer vector or an object
of class TOUR.
col
color scheme for image.
Author
Michael Hahsler
Details
Objects of class TSP are internally represented as dist
objects (use as.dist() to get the dist object).
Not permissible paths can be set to a distance of +Inf. NAs are not allowed and -Inf will lead
to the algorithm only being able to find an admissible tour, but not the best one.
See Also
Other TSP:
ATSP(),
Concorde,
ETSP(),
TSPLIB,
insert_dummy(),
reformulate_ATSP_as_TSP(),
solve_TSP()