From 6b716779cf5d93452f478ab270cc666dbc12e0bb Mon Sep 17 00:00:00 2001 From: Alastair Firth Date: Thu, 19 Apr 2018 10:18:53 +1000 Subject: [PATCH] clean up doc and add new link for VRPH --- docs/Other-Projects.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/Other-Projects.md b/docs/Other-Projects.md index 7447133b..705f5f63 100644 --- a/docs/Other-Projects.md +++ b/docs/Other-Projects.md @@ -1,7 +1,10 @@ +## Other Related Open Source Implementations + ### VRP -#### [Chris Groer's VRPH library](https://sites.google.com/site/vrphlibrary/) -An open source library for solving the capacitated vehicle routing problem written in C++. +#### [VRPH library](https://sites.google.com/site/vrphlibrary/) +An open source library by Chris Groer for solving the capacitated vehicle routing problem written in C++. +Now hosted by [coin-or](https://projects.coin-or.org/VRPH) #### [OptaPlanner](https://www.optaplanner.org/) OptaPlanner is a lightweight, embeddable planning engine written in Java™. It can be used to solve the capacitated vehicle routing problem (with time windows). @@ -27,6 +30,5 @@ Google Optimization Tools (OR-Tools) is a fast and portable software suite for s Open Door Logistics Studio is an easy-to-use standalone open source application for performing geographic analysis of your customer base and sales territory design, mapping and management. - - +### Other implementations If you know another promising open source implementation, report it.