R/data.R

#' Dataset curated by TSPLIB
#' @format A collection of information about well studied TSP instances formated as LeapFrog objects
#' \describe{
#'   \item{coordinates}{A coordinate matrix}
#'   \item{courseName}{The name of the problem instance}
#'   \item{p}{A plot of a random solution}
#'   \item{distances}{A matrix of distances between nodes}
#'   \item{tour}{The Y coordinates of the nodes} 
#'   \item{tourLength}{The Y coordinates of the nodes}
#'   \item{knownOpt}{The Y coordinates of the nodes}
#'   \item{latlon}{The Y coordinates of the nodes}
#'   \item{tour}{The Y coordinates of the nodes}
#'   }
#'
"dataList"
bjhufstetler/LeapFrog documentation built on March 19, 2020, 11:51 p.m.