R/AAA_TSP-package.R

#' @keywords internal
#'
#' @section Key functions:
#' - [solve_TSP()]
#'
#' @importFrom stats as.dist dist
#' @importFrom utils read.table write.table head tail
#' @importFrom grDevices gray.colors
#' @importFrom graphics image.default plot polygon
#' @importFrom foreach foreach "%dopar%"
#'
#' @useDynLib TSP, .registration=TRUE
"_PACKAGE"

Try the TSP package in your browser

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

TSP documentation built on June 8, 2025, 1:31 p.m.