From 5ee8f66c43a929563a08eea28743aeede3b85215 Mon Sep 17 00:00:00 2001 From: Dang Hung Date: Mon, 28 Nov 2022 06:55:59 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b5bf8ce..43f0939ac 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ jsprit ====== jsprit is a java based, open source toolkit for solving rich [Traveling Salesman Problems(TSP)](http://en.wikipedia.org/wiki/Travelling_salesman_problem") and [Vehicle Routing Problems(VRP)](http://neo.lcc.uma.es/vrp/vehicle-routing-problem/). -It is lightweight, flexible and easy-to-use, and based on a single all-purpose [meta-heuristic](../docs/Meta-Heuristic.md) currently solving +It is lightweight, flexible and easy-to-use, and based on a single all-purpose [meta-heuristic](../master/docs/Meta-Heuristic.md) currently solving - Capacitated VRP - Multiple Depot VRP