R/getValidEdgeWeightTypes.R

Defines functions getValidEdgeWeightTypes

Documented in getValidEdgeWeightTypes

#' Get TSPlib edge weight types.
#'
#' @export
getValidEdgeWeightTypes = function() {
  c("EUC_2D", "EUC_3D", "MAX_2D", "MAX_3D", "MAN_2D", "MAN_3D", "CEIL_2D", "GEO", "ATT", "EXPLICIT")
}

Try the netgen package in your browser

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

netgen documentation built on Jan. 9, 2020, 1:07 a.m.