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-09-02 19:36:59 +02:00
parent 195b9548e5
commit aaf731e3eb

View file

@ -18,6 +18,10 @@ 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*
can be used, and a dynamic and interactive visualiser greatly enhances the analysis.
##In Development
- continues improvement of code, handling and performance
- stable API to easily build customized algorithms from scratch
##Documentation
Please visit [jsprit-wiki](https://github.com/jsprit/jsprit/wiki) to learn more.