R/tour_length.R

Defines functions tour_length.tsp_instance

#' @export
tour_length.tsp_instance = function(x, order, ...) {
  tour_length(as_TSP(x), ...)
}

Try the tspmeta package in your browser

Any scripts or data that you put into this service are public.

tspmeta documentation built on May 2, 2019, 2:43 a.m.