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

create and add docs

This commit is contained in:
oblonski 2016-09-01 12:17:08 +02:00
parent bac847d39b
commit 7212521807
24 changed files with 1223 additions and 17 deletions

View file

@ -0,0 +1,19 @@
- infinite and finite fleets
- heterogeneous fleet
- multiple depots
- open routes
- routes with different start and end locations
- multiple capacity dimensions/compartments
- en-route pickups and deliveries
- service times
- time windows
- skills
- priorities
- possibility to define additional stateless and stateful constraints/conditions to account for the richness of your problem
- benchmarks against classical problem instances
- visualization tools
- active development
- comprehensive unit and integration tests
- a number of code examples
- open source (Apache v2)