Skip to contents

Scrapes the CVRPLIB website to look for available data sets. This function call can take some time.

Usage

cvrplib_ls(cvrplib_url = "https://galgos.inf.puc-rio.br")

Arguments

cvrplib_url

The base URL of the CVRPLIB website. Defaults to https://galgos.inf.puc-rio.br.

Value

A data.frame() where each row represents a CVRPLIB instance with the following columns:

  • name - Instance qualifiers which can be used with cvrplib_download().

  • instance_url - The URL to the instance file.

  • solution_url - The URL to the solution file.

See also