1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

sync merged

This commit is contained in:
jsroyal 2017-06-04 00:17:19 +05:30
commit eb6c5345e4
3 changed files with 14 additions and 12 deletions

View file

@ -4,6 +4,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
- Capacitated VRP
- Multiple Depot VRP
- VRP with Time Windows