From 9ddb00ff4bd610e083daf4162f606a21246fd3a1 Mon Sep 17 00:00:00 2001 From: Changhyun Kwon Date: Mon, 29 Aug 2022 10:32:15 -0400 Subject: [PATCH] link update for `meta-heuristic` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b5bf8ce..df7d61a0a 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]([../docs/Meta-Heuristic.md](https://github.com/graphhopper/jsprit/blob/master/docs/Meta-Heuristic.md)) currently solving - Capacitated VRP - Multiple Depot VRP