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

Update README.md

This commit is contained in:
jsprit 2013-10-10 08:36:21 +02:00
parent 23c84f4b7e
commit 4c7335e8b5

View file

@ -5,7 +5,7 @@ It is lightweight and easy-to-use, and based on heuristics currently solving
- <a href="http://neo.lcc.uma.es/vrp/vrp-flavors/capacitated-vrp/" target="_blank">Capacitated VRP</a> - <a href="http://neo.lcc.uma.es/vrp/vrp-flavors/capacitated-vrp/" target="_blank">Capacitated VRP</a>
- <a href="http://neo.lcc.uma.es/vrp/vrp-flavors/multiple-depot-vrp/" target="_blank">Multiple Depot VRP</a> - <a href="http://neo.lcc.uma.es/vrp/vrp-flavors/multiple-depot-vrp/" target="_blank">Multiple Depot VRP</a>
- <a href="http://neo.lcc.uma.es/vrp/vrp-flavors/vrp-with-time-windows" target="_blank">VRP with Time Windows</a> - <a href="http://neo.lcc.uma.es/vrp/vrp-flavors/vrp-with-time-windows" target="_blank">VRP with Time Windows</a>
- <a href="http://neo.lcc.uma.es/vrp/vrp-flavors/vrp-with-backhauls/" target="_blank">VRP with Backhauls</a>* - <a href="http://neo.lcc.uma.es/vrp/vrp-flavors/vrp-with-backhauls/" target="_blank">VRP with Backhauls</a>
- VRP with Heterogeneous Fleet - VRP with Heterogeneous Fleet
- Time-dependent VRP - Time-dependent VRP
- Various combination of these types - Various combination of these types
@ -17,8 +17,6 @@ Additionally, jsprit can be used along with <a href="http://www.matsim.org" targ
to solve the above problem-types in real networks (i.e. without preprocessing transport times and costs). A variety of least cost path algorithms such as Dijkstra and A* to solve the above problem-types in real networks (i.e. without preprocessing transport times and costs). A variety of least cost path algorithms such as Dijkstra and A*
can be used, and a dynamic and interactive visualiser greatly enhances the analysis. can be used, and a dynamic and interactive visualiser greatly enhances the analysis.
*pickups and deliveries from and/to depot
##In Development ##In Development
- continues improvement of code, handling and performance - continues improvement of code, handling and performance
- stable API to easily build algorithms from scratch - stable API to easily build algorithms from scratch