cvrplib_download | R Documentation |
CVRLIB offers a selection of
CVRP problem instances. This function downloads the instance data and
conveniently makes it available to be fed into solver functions, e.g. with
clarke_wright_cvrplib()
. The primary purpose for those instances is
benchmarking / comparing speed as well as performance of solvers.
cvrplib_download(qualifier)
qualifier |
The qualifier of the problem instance. E.g. "tai/tai150d".
This can either be inferred directly from the website or by the output of
|
Returns a "cvrplib_instance
" object which contains CVRPLIB problem
instance data.
Other cvrplib:
clarke_wright_cvrplib()
,
cvrplib_ls()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.