From acc24b1c536849f0172ae0b11fcde6d71cbc7413 Mon Sep 17 00:00:00 2001 From: jsprit Date: Wed, 7 Aug 2013 12:21:08 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e75f424e..fb59afdf 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,14 @@ It is lightweight and easy-to-use, and based on heuristics currently solving Modifying the algorithms and visualising the discovered solutions is as easy and handy as reading classical VRP instances to benchmark your algorithm. +Additionally, jsprit can be used along with MATSim +to solve the above problem-types in real networks (wich might be OSM generated). A variety of least cost path algorithms such as Dijkstra and A* +can be used, and a dynamic and interactive visualiser enhances the analysis part significantly. + ##In Development - VRP with Backhauls - Pickup and Delivery -- Interface to MATSim which allows network-based problems (e.g. OSM generated), least cost path routing with fast A* and Dijkstra algorithms and dynamic, interactive visualization + ##License This program is free software; you can redistribute it and/or