From b088f2276933831e31623334e2c15b638451ed59 Mon Sep 17 00:00:00 2001 From: l-lan Date: Sun, 5 Feb 2023 20:04:12 +0100 Subject: [PATCH] Update README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bd992b57..0984df06 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # DEPRECATED -This package has been renamed. Use `pip install vrplib` instead. +This package has been renamed to [`vrplib`](https://github.com/leonlan/VRPLIB). Use `pip install vrplib` instead. # CVRPLIB -[![PyPI version](https://badge.fury.io/py/cvrplib.svg)](https://badge.fury.io/py/cvrplib) -[![cvrplib](https://github.com/leonlan/cvrplib/actions/workflows/cvrplib.yml/badge.svg)](https://github.com/leonlan/cvrplib/actions/workflows/cvrplib.yml) - This Python package provides functions to read and download instances from the Capacitated Vehicle Routing Problem Library ([CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br/index.php/en/)). CVRPLIB contains a large collection of CVRP and VRPTW benchmark instances and also keeps track of the currently best known solutions.