R/tour_length.R

#' @export
tour_length.tsp_instance = function(x, order, ...) {
  tour_length(as_TSP(x), ...)
}
berndbischl/tspmeta documentation built on May 12, 2019, 7:24 p.m.