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
966de58870
commit
23c84f4b7e
1 changed files with 3 additions and 1 deletions
|
|
@ -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/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-backhauls/" target="_blank">VRP with Backhauls</a> (pickups and deliveries from and/to depot)
|
||||
- <a href="http://neo.lcc.uma.es/vrp/vrp-flavors/vrp-with-backhauls/" target="_blank">VRP with Backhauls</a>*
|
||||
- VRP with Heterogeneous Fleet
|
||||
- Time-dependent VRP
|
||||
- Various combination of these types
|
||||
|
|
@ -17,6 +17,8 @@ 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.
|
||||
|
||||
*pickups and deliveries from and/to depot
|
||||
|
||||
##In Development
|
||||
- continues improvement of code, handling and performance
|
||||
- stable API to easily build algorithms from scratch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue