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:
parent
edcacac758
commit
acc24b1c53
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
Modifying the algorithms and visualising the discovered solutions is as easy and handy as
|
||||||
reading classical VRP instances to benchmark your algorithm.
|
reading classical VRP instances to benchmark your algorithm.
|
||||||
|
|
||||||
|
Additionally, jsprit can be used along with <a href="http://www.matsim.org" target="blank_">MATSim</a>
|
||||||
|
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
|
##In Development
|
||||||
- VRP with Backhauls
|
- VRP with Backhauls
|
||||||
- Pickup and Delivery
|
- Pickup and Delivery
|
||||||
- Interface to <a href="http://matsim.org" target="_blank">MATSim</a> which allows network-based problems (e.g. OSM generated), least cost path routing with fast A* and Dijkstra algorithms and dynamic, interactive visualization
|
|
||||||
|
|
||||||
##License
|
##License
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue