From c80fe73928329d987092f7623f560a883d3508e5 Mon Sep 17 00:00:00 2001 From: douyishun Date: Wed, 17 Apr 2019 15:08:36 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 608da4b..fe24893 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A sub-problem of Vehicle Route Problem. Backtracking + Branch and Bound ## Introduction -An implementation of "An Exact Algorithm for the Elementary Shortest Path Problem with Resource Constraints". +C++ implementation of "An Exact Algorithm for the Elementary Shortest Path Problem with Resource Constraints".