R/data.R

#' CVRP instance data by Augerat, 1995
#'
#' A collection of CVRP instances by Augerat, 1995, provided courtesy of
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br). See
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br) for visualizations of the
#' instances and their solutions as well as a multitude of alternative instance
#' data.
#'
#' @format ## `cvrplib_A`
#' A list of CVRP instances as "`cvrplib_instance`" objects. The instances
#' can be directly fed into solver algorithm, e.g. via [clarke_wright_cvrplib()].
#'
#' @source <http://vrp.atd-lab.inf.puc-rio.br>
"cvrplib_A"

#' CVRP instance data by Augerat, 1995
#'
#' A collection of CVRP instances by Augerat, 1995, provided courtesy of
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br). See
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br) for visualizations of the
#' instances and their solutions as well as a multitude of alternative instance
#' data.
#'
#' @format ## `cvrplib_B`
#' A list of CVRP instances as "`cvrplib_instance`" objects. The instances
#' can be directly fed into solver algorithm, e.g. via [clarke_wright_cvrplib()].
#'
#' @source <http://vrp.atd-lab.inf.puc-rio.br>
"cvrplib_B"

#' CVRP instance data by Christofides and Eilon, 1969
#'
#' A collection of CVRP instances by Christofides and Eilon, 1969, provided courtesy of
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br). See
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br) for visualizations of the
#' instances and their solutions as well as a multitude of alternative instance
#' data.
#'
#' @format ## `cvrplib_E`
#' A list of CVRP instances as "`cvrplib_instance`" objects. The instances
#' can be directly fed into solver algorithm, e.g. via [clarke_wright_cvrplib()].
#'
#' @source <http://vrp.atd-lab.inf.puc-rio.br>
"cvrplib_E"

#' CVRP instance data by Fisher, 1994
#'
#' A collection of CVRP instances by Fisher, 1994, provided courtesy of
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br). See
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br) for visualizations of the
#' instances and their solutions as well as a multitude of alternative instance
#' data.
#'
#' @format ## `cvrplib_F`
#' A list of CVRP instances as "`cvrplib_instance`" objects. The instances
#' can be directly fed into solver algorithm, e.g. via [clarke_wright_cvrplib()].
#'
#' @source <http://vrp.atd-lab.inf.puc-rio.br>
"cvrplib_F"

#' CVRP instance data by Rochat and Taillard, 1995
#'
#' A collection of CVRP instances by Rochat and Taillard, 1995, provided courtesy of
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br). See
#' [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br) for visualizations of the
#' instances and their solutions as well as a multitude of alternative instance
#' data.
#'
#' @format ## `cvrplib_Tai`
#' A list of CVRP instances as "`cvrplib_instance`" objects. The instances
#' can be directly fed into solver algorithm, e.g. via [clarke_wright_cvrplib()].
#'
#' @source <http://vrp.atd-lab.inf.puc-rio.br>
"cvrplib_Tai"

Try the heumilkr package in your browser

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

heumilkr documentation built on June 8, 2025, 10:52 a.m.